devela::_dep::rustix::net

Function bind_unix

pub fn bind_unix<Fd>(sockfd: Fd, addr: &SocketAddrUnix) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

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

§References