Function rustix::net::sockopt::get_ipv6_multicast_loop

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

getsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP)

See the module-level documentation for more.