Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dnat.rs72 mapped: String, // "<mapped-ip>:<mapped-port>" field
83 mapped: String::new(), // "<mapped-ip>:<mapped-port>" in default()
208 m.mapped in translate_outbound()
212 m.mapped.clone() in translate_outbound()
228 mapped: format!("{mapped_ips_first}:{mapped_port}"), in translate_outbound()
243 let i_key = format!("udp:{}", m.mapped); in translate_outbound()
255 m.mapped in translate_outbound()
263 let m_mapped = m.mapped.clone(); in translate_outbound()
451 format!("{}:{}", m.proto, m.mapped) in get_inbound_map_key()
/webrtc/util/src/vnet/nat/
H A Dnat_test.rs390 let mapped = oec.source_addr().to_string(); in test_nat_mapping_timeout_refresh_on_outbound() localVariable
403 mapped, in test_nat_mapping_timeout_refresh_on_outbound()
421 mapped, in test_nat_mapping_timeout_refresh_on_outbound()