Function set_ipv6_add_membership
pub fn set_ipv6_add_membership<Fd>(
fd: Fd,
multiaddr: &Ipv6Addr,
interface: u32,
) -> Result<(), Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
setsockopt(fd, IPPROTO_IPV6, IPV6_ADD_MEMBERSHIP, multiaddr, interface)
See the module-level documentation for more.