Home
last modified time | relevance | path

Searched refs:NatType (Results 1 – 9 of 9) sorted by relevance

/webrtc/util/src/vnet/nat/
H A Dnat_test.rs43 nat_type: NatType { in test_nat_mapping_behavior_full_cone_nat()
104 nat_type: NatType { in test_nat_mapping_behavior_addr_restricted_cone_nat()
183 nat_type: NatType { in test_nat_mapping_behavior_port_restricted_cone_nat()
262 nat_type: NatType { in test_nat_mapping_behavior_symmetric_nat_addr_dependent_mapping()
314 nat_type: NatType { in test_nat_mapping_behavior_symmetric_nat_port_dependent_mapping()
366 nat_type: NatType { in test_nat_mapping_timeout_refresh_on_outbound()
431 nat_type: NatType { in test_nat_mapping_timeout_outbound_detects_timeout()
475 nat_type: NatType { in test_nat1to1_bahavior_one_mapping()
521 nat_type: NatType { in test_nat1to1_bahavior_more_mapping()
589 nat_type: NatType { in test_nat1to1_bahavior_failure()
[all …]
/webrtc/ice/src/agent/
H A Dagent_transport_test.rs50 let nat_type0 = nat::NatType { in test_remote_local_addr()
55 let nat_type1 = nat::NatType { in test_remote_local_addr()
H A Dagent_vnet_test.rs69 _nat_type0: nat::NatType, in build_simple_vnet() argument
70 _nat_type1: nat::NatType, in build_simple_vnet() argument
118 nat_type0: nat::NatType, in build_vnet() argument
119 nat_type1: nat::NatType, in build_vnet() argument
475 let nat_type = nat::NatType { in test_connectivity_simple_vnet_full_cone_nats_on_both_ends()
537 let nat_type = nat::NatType { in test_connectivity_vnet_full_cone_nats_on_both_ends()
599 let nat_type = nat::NatType { in test_connectivity_vnet_symmetric_nats_on_both_ends()
645 let nat_type0 = nat::NatType { in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats()
650 let nat_type1 = nat::NatType { in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats()
698 let nat_type0 = nat::NatType { in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats()
[all …]
H A Dagent_gather_test.rs130 nat_type: Some(nat::NatType { in test_vnet_gather_with_nat_1to1_as_host_candidates()
246 nat_type: Some(nat::NatType { in test_vnet_gather_with_nat_1to1_as_srflx_candidates()
389 let nat_type = nat::NatType { in test_vnet_gather_turn_connection_leak()
432 nat_type: Some(nat::NatType { in test_vnet_gather_muxed_udp()
H A Dagent_test.rs526 let nat_type = nat::NatType { in test_connectivity_lite()
/webrtc/util/src/vnet/
H A Dnat.rs51 pub struct NatType { struct
63 pub(crate) nat_type: NatType, argument
94 pub(crate) nat_type: NatType,
H A Drouter.rs55 pub nat_type: Option<NatType>,
78 pub(crate) nat_type: Option<NatType>, // read-only
192 router_internal.nat_type = Some(NatType { in set_router()
/webrtc/turn/src/server/
H A Dserver_test.rs143 nat_type: Some(nat::NatType { in build_vnet()
/webrtc/util/src/vnet/router/
H A Drouter_test.rs704 nat_type: Some(NatType { in test_router_static_ips_1to1_nat()