Home
last modified time | relevance | path

Searched refs:mapped_ip (Results 1 – 2 of 2) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_gather.rs230 let mut mapped_ip = ip; in gather_candidates_local() localVariable
236 mapped_ip = mi; in gather_candidates_local()
251 mapped_ip.to_string() in gather_candidates_local()
329 mapped_ip, in gather_candidates_local()
343 mapped_ip, in gather_candidates_local()
503 let mapped_ip = { in gather_candidates_srflx_mapped() localVariable
529 address: mapped_ip.to_string(), in gather_candidates_srflx_mapped()
547 mapped_ip, in gather_candidates_srflx_mapped()
/webrtc/util/src/vnet/
H A Dnat.rs147 pub(crate) fn get_paired_local_ip(&self, mapped_ip: &IpAddr) -> Option<&IpAddr> { in get_paired_local_ip()
149 if ip == mapped_ip { in get_paired_local_ip()