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