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