Home
last modified time | relevance | path

Searched refs:determine_source_ip (Results 1 – 5 of 5) sorted by relevance

/webrtc/util/src/vnet/
H A Dconn.rs23 fn determine_source_ip(&self, loc_ip: IpAddr, dst_ip: IpAddr) -> Option<IpAddr>; in determine_source_ip() method
116 match obs.determine_source_ip(self.loc_addr.ip(), target.ip()) { in send_to()
H A Dnet.rs82 fn determine_source_ip(&self, loc_ip: IpAddr, dst_ip: IpAddr) -> Option<IpAddr> { in determine_source_ip() method
368 if let Some(src_ip) = vi.determine_source_ip(any_ip, rem_addr.ip()) { in dail()
/webrtc/util/src/vnet/net/
H A Dnet_test.rs19 fn determine_source_ip(&self, loc_ip: IpAddr, _dst_ip: IpAddr) -> Option<IpAddr> { in determine_source_ip() method
345 let src_ip = vi.determine_source_ip(any_ip, dst_ip); in test_net_virtual_determine_source_ip()
359 let src_ip = vi.determine_source_ip(any_ip, dst_ip); in test_net_virtual_determine_source_ip()
373 let src_ip = vi.determine_source_ip(any_ip, dst_ip); in test_net_virtual_determine_source_ip()
/webrtc/util/src/vnet/conn/
H A Dconn_test.rs31 fn determine_source_ip(&self, loc_ip: IpAddr, _dst_ip: IpAddr) -> Option<IpAddr> { in determine_source_ip() method
/webrtc/util/src/vnet/conn_map/
H A Dconn_map_test.rs20 fn determine_source_ip(&self, loc_ip: IpAddr, _dst_ip: IpAddr) -> Option<IpAddr> { in determine_source_ip() method