pub fn set_ip_add_membership<Fd: AsFd>(
    fd: &Fd,
    multiaddr: &Ipv4Addr,
    interface: &Ipv4Addr
) -> Result<()>
Expand description