Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 6 of 6) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_transport_test.rs51 mode: nat::NatMode::Nat1To1, in test_remote_local_addr()
56 mode: nat::NatMode::Nat1To1, in test_remote_local_addr()
H A Dagent_gather_test.rs131 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 Dagent_vnet_test.rs136 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 Dnat.rs52 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 Dnat_test.rs476 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 Drouter_test.rs705 mode: NatMode::Nat1To1, in test_router_static_ips_1to1_nat()