Function get_ip_freebind
pub fn get_ip_freebind<Fd>(fd: Fd) -> Result<bool, Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
getsockopt(fd, IPPROTO_IP, IP_FREEBIND)
See the module-level documentation for more.