Searched refs:has_multicast_group (Results 1 – 3 of 3) sorted by relevance
112 pub fn has_multicast_group<T: Into<IpAddress>>(&self, addr: T) -> bool { in has_multicast_group() method113 self.inner.has_multicast_group(addr) in has_multicast_group()196 pub fn has_multicast_group<T: Into<IpAddress>>(&self, addr: T) -> bool { in has_multicast_group() method252 if self.has_multicast_group(group_addr) && ipv4_repr.dst_addr == group_addr { in process_igmp()
105 && !self.has_multicast_group(ipv4_repr.dst_addr) in process_ipv4()
1279 fn has_multicast_group<T: Into<IpAddress>>(&self, addr: T) -> bool { in has_multicast_group() method