Home
last modified time | relevance | path

Searched refs:has_multicast_group (Results 1 – 3 of 3) sorted by relevance

/smoltcp-0.9.1/src/iface/interface/
Digmp.rs112 pub fn has_multicast_group<T: Into<IpAddress>>(&self, addr: T) -> bool { in has_multicast_group() method
113 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() method
252 if self.has_multicast_group(group_addr) && ipv4_repr.dst_addr == group_addr { in process_igmp()
Dipv4.rs105 && !self.has_multicast_group(ipv4_repr.dst_addr) in process_ipv4()
Dmod.rs1279 fn has_multicast_group<T: Into<IpAddress>>(&self, addr: T) -> bool { in has_multicast_group() method