devela::_dep::rustix::net

Function bind_v6

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

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

§References