Searched refs:any_ip (Results 1 – 3 of 3) sorted by relevance
257 any_ip: bool, field553 any_ip: false, in new()678 pub fn set_any_ip(&mut self, any_ip: bool) { in set_any_ip()679 self.inner.any_ip = any_ip; in set_any_ip()686 pub fn any_ip(&self) -> bool { in any_ip() method687 self.inner.any_ip in any_ip()1154 any_ip: false, in mock()
110 if !self.any_ip in process_ipv4()
128 - Fix assert with any_ip + broadcast dst_addr. ([#533](https://github.com/smoltcp-rs/smoltcp/pull/5…