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