Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dchunk.rs96 fn get_source_ip(&self) -> IpAddr; // used by routee in get_source_ip() method
131 fn get_source_ip(&self) -> IpAddr { in get_source_ip() method
174 fn get_source_ip(&self) -> IpAddr { in get_source_ip() method
175 self.chunk_ip.get_source_ip() in get_source_ip()
281 fn get_source_ip(&self) -> IpAddr { in get_source_ip() method
282 self.chunk_ip.get_source_ip() in get_source_ip()
H A Dnat.rs312 from.get_source_ip().to_string() in translate_inbound()
/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs34 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()