Function rustix::net::sendmsg_v6

source ·
pub fn sendmsg_v6(
    socket: impl AsFd,
    addr: &SocketAddrV6,
    iov: &[IoSlice<'_>],
    control: &mut SendAncillaryBuffer<'_, '_, '_>,
    flags: SendFlags
) -> Result<usize>
Available on crate feature net only.
Expand description

sendmsg(msghdr)—Sends a message on a socket to a specific IPv6 address.

References