Function rustix::net::sockopt::get_ipv6_recvtclass

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

getsockopt(fd, IPPROTO_IPV6, IPV6_RECVTCLASS)

See the module-level documentation for more.