Structs§
Enums§
- MsgHdr
Ref - A reference to a
msghdr.
Functions§
- cmsg_
align - recvmsg_
impl - Implementation of
recvmsg. - sys_
accept - sys_
accept4 - sys_
bind - sys_
connect - sys_
getpeername - sys_
getsockname - sys_
getsockopt - sys_
listen - sys_
recvfrom - sys_
recvmmsg - sys_
recvmsg - sys_
sendmmsg - sys_
sendmsg - sys_
sendto - sys_
setsockopt - sys_
shutdown - sys_
socket - sys_
socketpair
Type Aliases§
- CMsg
HdrPtr - MMsg
HdrPtr - MsgHdr
Ptr - With
Alternate Buffer - A
msghdrcan be augmented with aUserBuffer. In that case, theUserBufferis used for the I/O, instead of theiovecfields from themsghdr.