Module base::sys::linux::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).

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.
Trait for file descriptors can send and receive socket control messages via sendmsg and recvmsg.

Functions

CMSG_ALIGN 🔒
CMSG_DATA 🔒
CMSG_LEN 🔒
CMSG_SPACE 🔒