Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_transport_test.rs55 let nat_type1 = nat::NatType { in test_remote_local_addr() localVariable
60 let v = build_vnet(nat_type0, nat_type1).await?; in test_remote_local_addr()
H A Dagent_vnet_test.rs119 nat_type1: nat::NatType, in build_vnet()
156 static_ips: if nat_type1.mode == nat::NatMode::Nat1To1 { in build_vnet()
162 nat_type: Some(nat_type1), in build_vnet()
650 let nat_type1 = nat::NatType { in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats() localVariable
656 log::debug!("natType1: {:?}", nat_type1); in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats()
658 let v = build_vnet(nat_type0, nat_type1).await?; in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats()
703 let nat_type1 = nat::NatType { in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats() localVariable
709 log::debug!("natType1: {:?}", nat_type1); in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats()
711 let v = build_vnet(nat_type0, nat_type1).await?; in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats()