Function rustix::net::sendto_v6

pub fn sendto_v6<Fd: AsFd>(fd: &Fd, buf: &[u8], flags: SendFlags, addr: &SocketAddrV6) -> io::Result<usize>
Documentation

sendto(fd, buf, flags, addr, sizeof(struct sockaddr_in6))—Writes data to a socket to a specific IPv6 address.

References