Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dnat.rs57 pub mapping_life_time: Duration, field
111 nat_type.mapping_life_time = Duration::from_secs(0); in new()
122 if nat_type.mapping_life_time == Duration::from_secs(0) { in new()
123 nat_type.mapping_life_time = DEFAULT_NAT_MAPPING_LIFE_TIME; in new()
231 SystemTime::now().add(self.nat_type.mapping_life_time), in translate_outbound()
366 let mapping_life_time = self.nat_type.mapping_life_time; in find_outbound_mapping() localVariable
379 *expires = now.add(mapping_life_time); in find_outbound_mapping()
H A Drouter.rs197 mapping_life_time: Duration::from_secs(30), in set_router()
/webrtc/util/src/vnet/nat/
H A Dnat_test.rs33 nat.nat_type.mapping_life_time, DEFAULT_NAT_MAPPING_LIFE_TIME, in test_nat_type_default()
47 mapping_life_time: Duration::from_secs(30), in test_nat_mapping_behavior_full_cone_nat()
108 mapping_life_time: Duration::from_secs(30), in test_nat_mapping_behavior_addr_restricted_cone_nat()
187 mapping_life_time: Duration::from_secs(30), in test_nat_mapping_behavior_port_restricted_cone_nat()
266 mapping_life_time: Duration::from_secs(30), in test_nat_mapping_behavior_symmetric_nat_addr_dependent_mapping()
318 mapping_life_time: Duration::from_secs(30), in test_nat_mapping_behavior_symmetric_nat_port_dependent_mapping()
370 mapping_life_time: Duration::from_millis(200), in test_nat_mapping_timeout_refresh_on_outbound()
435 mapping_life_time: Duration::from_millis(100), in test_nat_mapping_timeout_outbound_detects_timeout()