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