Function rustix::net::sockopt::get_ipv6_v6only
source ยท pub fn get_ipv6_v6only<Fd: AsFd>(fd: Fd) -> Result<bool>
Expand description
getsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY)
See the module-level documentation for more.