Retrieves whether this socket receives all messages sent to any multicast groups that any socket on this system is a member of.
ip(7) and IP_MULTICAST_ALL therein
impl Socket {
fn ipv4_is_multicast_all(&self) -> Result<bool, Errno>
}Returns whether this socket receives all messages sent to any multicast groups that any socket on this system is a member of. = See also