Home
last modified time | relevance | path

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

/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/
H A Dconn.rs23 fn determine_source_ip(&self, loc_ip: IpAddr, dst_ip: IpAddr) -> Option<IpAddr>; in determine_source_ip() method
H A Dnet.rs82 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
/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