Function rustix::net::sendmsg_xdp

source ·
pub fn sendmsg_xdp(
    socket: impl AsFd,
    addr: &SocketAddrXdp,
    iov: &[IoSlice<'_>],
    control: &mut SendAncillaryBuffer<'_, '_, '_>,
    flags: SendFlags,
) -> Result<usize>
Expand description

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

§References