Function noaddr_msghdr

Source
pub(crate) fn noaddr_msghdr(
    iov: &[IoSlice<'_>],
    control: &mut SendAncillaryBuffer<'_, '_, '_>,
) -> msghdr
Expand description

Create a message header intended to send without an address.

The returned msghdr will contain raw pointers to the memory referenced by iov and control.