devela::_dep::rustix::net

Function bind_any

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

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

§References