Function posish::net::sendto_unix[][src]

pub fn sendto_unix<Fd: AsFd>(
    fd: &Fd,
    buf: &[u8],
    flags: SendFlags,
    addr: &SocketAddrUnix
) -> Result<usize>
Expand description

sendto(fd, buf.ptr(), buf.len(), flags, addr, sizeof(struct sockaddr_un))