Documentation ¶
Index ¶
- Constants
- func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error
- func GetEntropy(p []byte) error
- func IsNonblock(fd int) (nonblocking bool, err error)
- func Openat(dirfd int, path string, flags int, perm uint32) (int, error)
- func RecvfromInet4(fd int, p []byte, flags int, from *syscall.SockaddrInet4) (int, error)
- func RecvfromInet6(fd int, p []byte, flags int, from *syscall.SockaddrInet6) (n int, err error)
- func RecvmsgInet4(fd int, p, oob []byte, flags int, from *syscall.SockaddrInet4) (n, oobn int, recvflags int, err error)
- func RecvmsgInet6(fd int, p, oob []byte, flags int, from *syscall.SockaddrInet6) (n, oobn int, recvflags int, err error)
- func SendmsgNInet4(fd int, p, oob []byte, to *syscall.SockaddrInet4, flags int) (n int, err error)
- func SendmsgNInet6(fd int, p, oob []byte, to *syscall.SockaddrInet6, flags int) (n int, err error)
- func SendtoInet4(fd int, p []byte, flags int, to *syscall.SockaddrInet4) (err error)
- func SendtoInet6(fd int, p []byte, flags int, to *syscall.SockaddrInet6) (err error)
- func Unlinkat(dirfd int, path string, flags int) error
Constants ¶
View Source
const AT_REMOVEDIR = 0x80
View Source
const AT_SYMLINK_NOFOLLOW = 0x0020
Variables ¶
This section is empty.
Functions ¶
func GetEntropy ¶ added in go1.17
GetEntropy calls the macOS getentropy system call.
func IsNonblock ¶
func RecvfromInet4 ¶ added in go1.18
func RecvfromInet6 ¶ added in go1.18
func RecvmsgInet4 ¶ added in go1.18
func RecvmsgInet6 ¶ added in go1.18
func SendmsgNInet4 ¶ added in go1.18
func SendmsgNInet6 ¶ added in go1.18
func SendtoInet4 ¶ added in go1.18
func SendtoInet6 ¶ added in go1.18
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.