Home
last modified time | relevance | path

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

/webrtc/ice/src/url/
H A Durl_test.rs13 ProtoType::Udp, in test_parse_url_success()
22 ProtoType::Udp, in test_parse_url_success()
31 ProtoType::Tcp, in test_parse_url_success()
40 ProtoType::Udp, in test_parse_url_success()
49 ProtoType::Udp, in test_parse_url_success()
58 ProtoType::Tcp, in test_parse_url_success()
67 ProtoType::Udp, in test_parse_url_success()
76 ProtoType::Tcp, in test_parse_url_success()
H A Dmod.rs64 pub enum ProtoType { enum
74 impl Default for ProtoType { implementation
82 impl From<&str> for ProtoType { implementation
94 impl fmt::Display for ProtoType { implementation
113 pub proto: ProtoType,
180 ProtoType::Udp in parse_url()
186 ProtoType::Tcp in parse_url()
195 if proto == ProtoType::Unknown { in parse_url()
203 ProtoType::Udp in parse_url()
213 if proto == ProtoType::Unknown { in parse_url()
[all …]
/webrtc/ice/src/candidate/
H A Dcandidate_relay_test.rs7 use crate::url::{ProtoType, SchemeType, Url};
76 proto: ProtoType::Udp, in test_relay_only_connection()
94 proto: ProtoType::Udp, in test_relay_only_connection()
/webrtc/ice/src/agent/
H A Dagent_transport_test.rs66 proto: ProtoType::Udp, in test_remote_local_addr()
H A Dagent_vnet_test.rs470 proto: ProtoType::Udp, in test_connectivity_simple_vnet_full_cone_nats_on_both_ends()
523 proto: ProtoType::Udp, in test_connectivity_vnet_full_cone_nats_on_both_ends()
533 proto: ProtoType::Udp, in test_connectivity_vnet_full_cone_nats_on_both_ends()
585 proto: ProtoType::Udp, in test_connectivity_vnet_symmetric_nats_on_both_ends()
595 proto: ProtoType::Udp, in test_connectivity_vnet_symmetric_nats_on_both_ends()
H A Dagent_gather.rs5 use crate::url::{ProtoType, SchemeType, Url};
755 if url.proto == ProtoType::Udp && url.scheme == SchemeType::Turn { in gather_candidates_relay()
H A Dagent_gather_test.rs385 proto: ProtoType::Udp, in test_vnet_gather_turn_connection_leak()
H A Dagent_test.rs522 proto: ProtoType::Udp, in test_connectivity_lite()