Module base::sys::unix::sock_ctrl_msg
source ยท Expand description
Used to send and receive messages with file descriptors on sockets that accept control messages (e.g. Unix domain sockets).
Structsยง
- Trait for file descriptors can send and receive socket control messages via
sendmsg
andrecvmsg
.
Enumsยง
- CmsgBuffer ๐
Constantsยง
- The maximum number of FDs that can be sent in a single send.
Traitsยง
- Trait for types that can be converted into an
iovec
that can be referenced by a syscall for the lifetime of this object.
Functionsยง
- CMSG_ALIGN ๐
- CMSG_DATA ๐
- CMSG_LEN ๐
- CMSG_SPACE ๐
- get_next_cmsg ๐
- raw_recvmsg ๐
- raw_sendmsg ๐