Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_transport_test.rs50 let nat_type0 = 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.rs118 nat_type0: nat::NatType, in build_vnet()
136 static_ips: if nat_type0.mode == nat::NatMode::Nat1To1 { in build_vnet()
142 nat_type: Some(nat_type0), in build_vnet()
645 let nat_type0 = nat::NatType { in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats() localVariable
655 log::debug!("natType0: {:?}", nat_type0); 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()
698 let nat_type0 = nat::NatType { in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats() localVariable
708 log::debug!("natType0: {:?}", nat_type0); 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()