Function rustix::net::sendmsg_noaddr
source · pub fn sendmsg_noaddr(
socket: impl AsFd,
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.