Function rustix::net::bind_unix[][src]

pub fn bind_unix<Fd: AsFd>(sockfd: &Fd, addr: &SocketAddrUnix) -> Result<()>
Expand description

bind(sockfd, addr, sizeof(struct sockaddr_un))—Binds a socket to an address.

References