Expand description
Utilities for dealing with message headers.
These take closures rather than returning a c::msghdr
directly because
the message headers may reference stack-local data.
Functions§
- Create a message header intended to send without an address.
- Create a message header intended to receive a datagram.
- Create a message header intended to send with a Unix address.
- Create a message header intended to send with an IPv4 address.
- Create a message header intended to send with an IPv6 address.
- Create a message header intended to send with an XDP address.
- Create a zero-initialized message header struct value.