Searched refs:get_source_ip (Results 1 – 3 of 3) sorted by relevance
96 fn get_source_ip(&self) -> IpAddr; // used by routee in get_source_ip() method131 fn get_source_ip(&self) -> IpAddr { in get_source_ip() method174 fn get_source_ip(&self) -> IpAddr { in get_source_ip() method175 self.chunk_ip.get_source_ip() in get_source_ip()281 fn get_source_ip(&self) -> IpAddr { in get_source_ip() method282 self.chunk_ip.get_source_ip() in get_source_ip()
312 from.get_source_ip().to_string() in translate_inbound()
34 assert_eq!(c.get_source_ip(), src.ip(), "ip should match"); in test_chunk_udp()56 assert_eq!(cloned.get_source_ip(), src.ip(), "ip should match"); in test_chunk_udp()