Home
last modified time | relevance | path

Searched refs:Turn (Results 1 – 8 of 8) sorted by relevance

/webrtc/ice/src/url/
H A Dmod.rs20 Turn, enumerator
42 "turn" => Self::Turn, in from()
54 SchemeType::Turn => "turn", in fmt()
123 if self.scheme == SchemeType::Turn || self.scheme == SchemeType::Turns { in fmt()
168 } else if scheme == SchemeType::Stun || scheme == SchemeType::Turn { in parse_url()
188 SchemeType::Turn => { in parse_url()
H A Durl_test.rs45 SchemeType::Turn, in test_parse_url_success()
63 SchemeType::Turn, in test_parse_url_success()
/webrtc/ice/src/candidate/
H A Dcandidate_relay_test.rs71 scheme: SchemeType::Turn, in test_relay_only_connection()
89 scheme: SchemeType::Turn, in test_relay_only_connection()
/webrtc/ice/src/
H A Derror.rs212 Turn(#[from] turn::Error), enumerator
/webrtc/webrtc/src/ice_transport/
H A Dice_server.rs29 if url.scheme == ice::url::SchemeType::Turn || url.scheme == ice::url::SchemeType::Turns in urls()
/webrtc/ice/src/agent/
H A Dagent_gather.rs724 if url.scheme != SchemeType::Turn && url.scheme != SchemeType::Turns { in gather_candidates_relay()
755 if url.proto == ProtoType::Udp && url.scheme == SchemeType::Turn { in gather_candidates_relay()
H A Dagent_vnet_test.rs528 scheme: SchemeType::Turn, in test_connectivity_vnet_full_cone_nats_on_both_ends()
590 scheme: SchemeType::Turn, in test_connectivity_vnet_symmetric_nats_on_both_ends()
H A Dagent_gather_test.rs380 scheme: SchemeType::Turn, in test_vnet_gather_turn_connection_leak()