devela::_dep::rustix::net

Function bind

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

bind(sockfd, addr)—Binds a socket to an IP address.

§References