Module syscalls

Module syscalls 

Source

Structs§

MMsgHdr
MsgHdr

Enums§

MsgHdrRef
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§

CMsgHdrPtr
MMsgHdrPtr
MsgHdrPtr
WithAlternateBuffer
A msghdr can be augmented with a UserBuffer. In that case, the UserBuffer is used for the I/O, instead of the iovec fields from the msghdr.