rustix::netFunction sendto_any
source pub fn sendto_any<Fd: AsFd>(
fd: Fd,
buf: &[u8],
flags: SendFlags,
addr: &SocketAddrAny,
) -> Result<usize>
Expand description
sendto(fd, buf, flags, addr)
—Writes data to a socket to a specific
address.
§References