package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BindToDevice binds the socket associated with fd to device.
BindToDevice binds the socket associated with fd to device.
BindToDevice binds the socket associated with fd to device.
BytePtrFromString returns a pointer to a NUL-terminated array of bytes containing the text of s.
ByteSliceFromString returns a NUL-terminated slice of bytes containing the text of s.
These functions are used by CGO and SWIG.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CmsgLen returns the value to store in the Len field of the Cmsghdr structure, taking into account any necessary alignment.
CmsgSpace returns the number of bytes an ancillary element with payload of the passed data length occupies.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Ordinary exec.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Combination of fork and exec, careful to be thread safe.
No description provided by the author
sys futimesat(dirfd int, path *byte, times *[2]Timeval) (err error)futimesat(dirfd _C_int, path *byte, times *[2]Timeval) _C_int.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
sysnb gettimeofday(tv *Timeval, tz *byte) (err error)gettimeofday(tv *Timeval, tz *byte) _C_int.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NetlinkRIB returns routing information base, as known as RIB, which consists of network facility information, states and parameters.
No description provided by the author
No description provided by the author
No description provided by the author
ParseNetlinkMessage parses b as an array of netlink messages and returns the slice containing the NetlinkMessage structures.
ParseNetlinkRouteAttr parses m's payload as an array of netlink route attributes and returns the slice containing the NetlinkRouteAttr structures.
ParseSocketControlMessage parses b as an array of socket control messages.
ParseUnixCredentials decodes a socket control message that contains credentials in a Ucred structure.
ParseUnixRights decodes a socket control message that contains an integer array of open file descriptors from another process.
sysnb pipe(p *[2]_C_int) (err error)pipe(p *[2]_C_int) _C_int.
sysnb pipe2(p *[2]_C_int, flags int) (err error)pipe2(p *[2]_C_int, flags _C_int) _C_int.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
sys reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error)reboot(magic1 _C_uint, magic2 _C_uint, cmd _C_int, arg *byte) _C_int.
No description provided by the author
No description provided by the author
sys sendfile(outfd int, infd int, offset *Offset_t, count int) (written int, err error)sendfile(outfd _C_int, infd _C_int, offset *Offset_t, count Size_t) Ssize_t.
sys sendfile(outfd int, infd int, offset *Offset_t, count int) (written int, err error)sendfile64(outfd _C_int, infd _C_int, offset *Offset_t, count Size_t) Ssize_t.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SlicePtrFromStrings converts a slice of strings to a slice of pointers to NUL-terminated byte arrays.
No description provided by the author
No description provided by the author
sys splice(rfd int, roff *_loff_t, wfd int, woff *_loff_t, len int, flags int) (n int64, err error)splice(rfd _C_int, roff *_loff_t, wfd _C_int, woff *_loff_t, len Size_t, flags _C_uint) Ssize_t.
StartProcess wraps ForkExec for package os.
StringBytePtr returns a pointer to a NUL-terminated array of bytes.
StringByteSlice converts a string to a NUL-terminated []byte, If s contains a NUL byte this function panics instead of returning an error.
StringSlicePtr converts a slice of strings to a slice of pointers to NUL-terminated byte arrays.
No description provided by the author
Do a system call.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnixCredentials encodes credentials into a socket control message for sending to another process.
UnixRights encodes a set of open file descriptors into a socket control message for sending to another process.
No description provided by the author
No description provided by the author
sys utimes(path string, times *[2]Timeval) (err error)utimes(path *byte, times *[2]Timeval) _C_int.
sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)utimensat(dirfd _C_int, path *byte, times *[2]Timespec, flags _C_int) _C_int.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
<netinet/in.h.h> only provides IPV6_* etc.
<netinet/in.h.h> only provides IPV6_* etc.
<netinet/in.h.h> only provides IPV6_* etc.
<netinet/in.h.h> only provides IPV6_* etc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
For testing: clients can set this flag to force creation of IPv6 sockets to return EAFNOSUPPORT.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
<netdb.h> only provides struct addrinfo, AI_* and EAI_* if _NO_XOPEN4 && _NO_XOPEN5, but -D_XOPEN_SOURCE=500 is required for msg_control etc.
Credential holds user and group identities to be assumed by a child process started by StartProcess.
No description provided by the author
No description provided by the author
NetlinkMessage represents a netlink message.
NetlinkRouteAttr represents a netlink route attribute.
NetlinkRouteRequest represents a request message to receive routing and link states from the kernel.
ProcAttr holds attributes that will be applied to a new process started by StartProcess.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SocketControlMessage represents a socket control message.
No description provided by the author
SysProcIDMap holds Container ID to Host ID mappings used for User Namespaces in Linux.
# Interfaces
No description provided by the author
# Type aliases
An Errno is an unsigned number describing an error condition.
A Signal is a number describing a process signal.
No description provided by the author