package unix

import "internal/syscall/unix"

Index

Constants

const AT_REMOVEDIR = 0x80
const AT_SYMLINK_NOFOLLOW = 0x0020

Functions

func Fstatat

func Fstatat(dirfd int, path string, stat *syscall.Stat_t, flags int) error

func GetEntropy

func GetEntropy(p []byte) error

GetEntropy calls the macOS getentropy system call.

func IsNonblock

func IsNonblock(fd int) (nonblocking bool, err error)

func Openat

func Openat(dirfd int, path string, flags int, perm uint32) (int, error)

func RecvfromInet4

func RecvfromInet4(fd int, p []byte, flags int, from *syscall.SockaddrInet4) (int, error)

func RecvfromInet6

func RecvfromInet6(fd int, p []byte, flags int, from *syscall.SockaddrInet6) (n int, err error)

func RecvmsgInet4

func RecvmsgInet4(fd int, p, oob []byte, flags int, from *syscall.SockaddrInet4) (n, oobn int, recvflags int, err error)

func RecvmsgInet6

func RecvmsgInet6(fd int, p, oob []byte, flags int, from *syscall.SockaddrInet6) (n, oobn int, recvflags int, err error)

func SendmsgNInet4

func SendmsgNInet4(fd int, p, oob []byte, to *syscall.SockaddrInet4, flags int) (n int, err error)

func SendmsgNInet6

func SendmsgNInet6(fd int, p, oob []byte, to *syscall.SockaddrInet6, flags int) (n int, err error)

func SendtoInet4

func SendtoInet4(fd int, p []byte, flags int, to *syscall.SockaddrInet4) (err error)

func SendtoInet6

func SendtoInet6(fd int, p []byte, flags int, to *syscall.SockaddrInet6) (err error)

func Unlinkat

func Unlinkat(dirfd int, path string, flags int) error

Source Files

at_darwin.go at_sysnum_darwin.go getentropy_darwin.go net.go nonblocking_libc.go

Version
v1.19.9
Published
Apr 26, 2023
Platform
darwin/amd64
Imports
3 packages
Last checked
1 minute ago

Tools for package owners.