Searched refs:Turn (Results 1 – 8 of 8) sorted by relevance
| /webrtc/ice/src/url/ |
| H A D | mod.rs | 20 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 D | url_test.rs | 45 SchemeType::Turn, in test_parse_url_success() 63 SchemeType::Turn, in test_parse_url_success()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_relay_test.rs | 71 scheme: SchemeType::Turn, in test_relay_only_connection() 89 scheme: SchemeType::Turn, in test_relay_only_connection()
|
| /webrtc/ice/src/ |
| H A D | error.rs | 212 Turn(#[from] turn::Error), enumerator
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_server.rs | 29 if url.scheme == ice::url::SchemeType::Turn || url.scheme == ice::url::SchemeType::Turns in urls()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_gather.rs | 724 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 D | agent_vnet_test.rs | 528 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 D | agent_gather_test.rs | 380 scheme: SchemeType::Turn, in test_vnet_gather_turn_connection_leak()
|