Searched refs:mode (Results 1 – 6 of 6) sorted by relevance
| /webrtc/ice/src/agent/ |
| H A D | agent_transport_test.rs | 51 mode: nat::NatMode::Nat1To1, in test_remote_local_addr() 56 mode: nat::NatMode::Nat1To1, in test_remote_local_addr()
|
| H A D | agent_gather_test.rs | 131 mode: nat::NatMode::Nat1To1, in test_vnet_gather_with_nat_1to1_as_host_candidates() 247 mode: nat::NatMode::Nat1To1, in test_vnet_gather_with_nat_1to1_as_srflx_candidates() 433 mode: nat::NatMode::Nat1To1, in test_vnet_gather_muxed_udp()
|
| H A D | agent_vnet_test.rs | 136 static_ips: if nat_type0.mode == nat::NatMode::Nat1To1 { in build_vnet() 156 static_ips: if nat_type1.mode == nat::NatMode::Nat1To1 { in build_vnet() 646 mode: nat::NatMode::Nat1To1, in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats() 699 mode: nat::NatMode::Nat1To1, in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats()
|
| /webrtc/util/src/vnet/ |
| H A D | nat.rs | 52 pub mode: NatMode, field 106 if nat_type.mode == NatMode::Nat1To1 { in new() 121 nat_type.mode = NatMode::Normal; in new() 163 if self.nat_type.mode == NatMode::Nat1To1 { in translate_outbound() 294 if self.nat_type.mode == NatMode::Nat1To1 { in translate_inbound()
|
| /webrtc/util/src/vnet/nat/ |
| H A D | nat_test.rs | 476 mode: NatMode::Nat1To1, in test_nat1to1_bahavior_one_mapping() 522 mode: NatMode::Nat1To1, in test_nat1to1_bahavior_more_mapping() 590 mode: NatMode::Nat1To1, in test_nat1to1_bahavior_failure() 600 mode: NatMode::Nat1To1, in test_nat1to1_bahavior_failure() 612 mode: NatMode::Nat1To1, in test_nat1to1_bahavior_failure()
|
| /webrtc/util/src/vnet/router/ |
| H A D | router_test.rs | 705 mode: NatMode::Nat1To1, in test_router_static_ips_1to1_nat()
|