devela::_dep::rustix::net

Function connect_unix

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

connect(sockfd, addr, sizeof(struct sockaddr_un))—Initiates a connection to a Unix-domain address.

§References