Function rustix::net::sockopt::get_ipv6_freebind

source ยท
pub fn get_ipv6_freebind<Fd: AsFd>(fd: Fd) -> Result<bool>
Expand description

getsockopt(fd, IPPROTO_IPV6, IPV6_FREEBIND)

See the module-level documentation for more.