Function rustix::backend::net::msghdr::with_v6_msghdr

source ยท
pub(crate) fn with_v6_msghdr<R>(
    addr: &SocketAddrV6,
    iov: &[IoSlice<'_>],
    control: &mut SendAncillaryBuffer<'_, '_, '_>,
    f: impl FnOnce(msghdr) -> R,
) -> R
Expand description

Create a message header intended to send with an IPv6 address.