Searched refs:ServerReflexive (Results 1 – 16 of 16) sorted by relevance
| /webrtc/ice/src/external_ip_mapper/ |
| H A D | external_ip_mapper_test.rs | 35 ExternalIpMapper::new(CandidateType::ServerReflexive, &["1.2.3.4".to_owned()])?.unwrap(); in test_external_ip_mapper_new_external_ip_mapper() 37 CandidateType::ServerReflexive, in test_external_ip_mapper_new_external_ip_mapper() 77 CandidateType::ServerReflexive, in test_external_ip_mapper_new_external_ip_mapper() 84 CandidateType::ServerReflexive, in test_external_ip_mapper_new_external_ip_mapper() 90 let result = ExternalIpMapper::new(CandidateType::ServerReflexive, &["bad.2.3.4".to_owned()]); in test_external_ip_mapper_new_external_ip_mapper() 95 CandidateType::ServerReflexive, in test_external_ip_mapper_new_external_ip_mapper()
|
| H A D | mod.rs | 79 && candidate_type != CandidateType::ServerReflexive in new()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_config.rs | 49 CandidateType::ServerReflexive, in default_candidate_types() 237 } else if ext_ip_mapper.candidate_type == CandidateType::ServerReflexive { in init_ext_ip_mapping() 240 if *candi_type == CandidateType::ServerReflexive { in init_ext_ip_mapping()
|
| H A D | agent_gather_test.rs | 265 nat_1to1_ip_candidate_type: CandidateType::ServerReflexive, in test_vnet_gather_with_nat_1to1_as_srflx_candidates() 302 CandidateType::ServerReflexive => { in test_vnet_gather_with_nat_1to1_as_srflx_candidates()
|
| H A D | agent_gather.rs | 111 CandidateType::ServerReflexive => { in gather_candidates_internal() 133 if ext_ip_mapper.candidate_type == CandidateType::ServerReflexive { in gather_candidates_internal()
|
| H A D | mod.rs | 164 && !contains_candidate_type(CandidateType::ServerReflexive, &candidate_types) in new()
|
| H A D | agent_selector.rs | 74 CandidateType::ServerReflexive => { in is_nominatable()
|
| H A D | agent_vnet_test.rs | 716 … nat_1to1_ip_candidate_type: CandidateType::ServerReflexive, // Use 1:1 NAT IP as a srflx candidate in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats()
|
| H A D | agent_test.rs | 1492 nat_1to1_ip_candidate_type: CandidateType::ServerReflexive, in test_init_ext_ip_mapping()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_server_reflexive_test.rs | 55 candidate_types: vec![CandidateType::ServerReflexive], in test_server_reflexive_only_connection() 71 candidate_types: vec![CandidateType::ServerReflexive], in test_server_reflexive_only_connection()
|
| H A D | candidate_test.rs | 86 candidate_type: CandidateType::ServerReflexive, in test_candidate_priority() 274 (CandidateType::ServerReflexive, "\"srflx\""), in test_candidate_type_serialization() 292 (CandidateType::ServerReflexive, "srflx"), in test_candidate_type_to_string() 330 candidate_type: CandidateType::ServerReflexive, in test_candidate_marshal()
|
| H A D | mod.rs | 97 ServerReflexive, enumerator 109 CandidateType::ServerReflexive => "srflx", in fmt() 136 Self::ServerReflexive => 100, in preference()
|
| H A D | candidate_server_reflexive.rs | 35 candidate_type: CandidateType::ServerReflexive, in new_candidate_server_reflexive()
|
| H A D | candidate_base.rs | 374 CandidateType::PeerReflexive | CandidateType::ServerReflexive => { in local_preference()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_candidate_type.rs | 64 CandidateType::ServerReflexive => RTCIceCandidateType::Srflx, in from()
|
| H A D | ice_gatherer.rs | 102 RTCIceCandidateType::Srflx => CandidateType::ServerReflexive, in create_agent()
|