Home
last modified time | relevance | path

Searched refs:Relay (Results 1 – 14 of 14) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_candidate_type.rs39 Relay, enumerator
54 ICE_CANDIDATE_TYPE_RELAY_STR => RTCIceCandidateType::Relay, in from()
66 CandidateType::Relay => RTCIceCandidateType::Relay, in from()
78 RTCIceCandidateType::Relay => write!(f, "{ICE_CANDIDATE_TYPE_RELAY_STR}"), in fmt()
95 ("relay", RTCIceCandidateType::Relay), in test_ice_candidate_type()
111 (RTCIceCandidateType::Relay, "relay"), in test_ice_candidate_type_string()
H A Dice_gatherer.rs96 } else if self.gather_policy == RTCIceTransportPolicy::Relay { in create_agent()
97 candidate_types.push(ice::candidate::CandidateType::Relay); in create_agent()
H A Dice_candidate.rs120 RTCIceCandidateType::Relay => { in to_ice()
/webrtc/webrtc/src/peer_connection/policy/
H A Dice_transport_policy.rs18 Relay = 2, enumerator
31 ICE_TRANSPORT_POLICY_RELAY_STR => RTCIceTransportPolicy::Relay, in from()
41 RTCIceTransportPolicy::Relay => ICE_TRANSPORT_POLICY_RELAY_STR, in fmt()
56 ("relay", RTCIceTransportPolicy::Relay), in test_new_ice_transport_policy()
68 (RTCIceTransportPolicy::Relay, "relay"), in test_ice_transport_policy_string()
/webrtc/ice/src/candidate/
H A Dcandidate_relay_test.rs78 candidate_types: vec![CandidateType::Relay], in test_relay_only_connection()
96 candidate_types: vec![CandidateType::Relay], in test_relay_only_connection()
H A Dcandidate_test.rs94 candidate_type: CandidateType::Relay, in test_candidate_priority()
276 (CandidateType::Relay, "\"relay\""), in test_candidate_type_serialization()
294 (CandidateType::Relay, "relay"), in test_candidate_type_to_string()
344 candidate_type: CandidateType::Relay, in test_candidate_marshal()
H A Dmod.rs101 Relay, enumerator
111 CandidateType::Relay => "relay", in fmt()
137 Self::Relay | CandidateType::Unspecified => 0, in preference()
H A Dcandidate_relay.rs39 candidate_type: CandidateType::Relay, in new_candidate_relay()
H A Dcandidate_base.rs368 CandidateType::Host | CandidateType::Relay => match self.tcp_type() { in local_preference()
/webrtc/ice/src/agent/
H A Dagent_config.rs50 CandidateType::Relay, in default_candidate_types()
H A Dmod.rs165 && !contains_candidate_type(CandidateType::Relay, &candidate_types) in new()
H A Dagent_selector.rs88 CandidateType::Relay => { in is_nominatable()
H A Dagent_gather.rs151 CandidateType::Relay => { in gather_candidates_internal()
H A Dagent_test.rs1474 candidate_types: vec![CandidateType::Relay], in test_init_ext_ip_mapping()
1493 candidate_types: vec![CandidateType::Relay], in test_init_ext_ip_mapping()