pub fn set_ipv6_multicast_loop<Fd: AsFd>( fd: Fd, multicast_loop: bool) -> Result<()>
setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, multicast_loop)
setsockopt
netinet/in.h
ipv6
IPPROTO_IPV6