Searched refs:ProtoType (Results 1 – 8 of 8) sorted by relevance
| /webrtc/ice/src/url/ |
| H A D | url_test.rs | 13 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 D | mod.rs | 64 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 D | candidate_relay_test.rs | 7 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 D | agent_transport_test.rs | 66 proto: ProtoType::Udp, in test_remote_local_addr()
|
| H A D | agent_vnet_test.rs | 470 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 D | agent_gather.rs | 5 use crate::url::{ProtoType, SchemeType, Url}; 755 if url.proto == ProtoType::Udp && url.scheme == SchemeType::Turn { in gather_candidates_relay()
|
| H A D | agent_gather_test.rs | 385 proto: ProtoType::Udp, in test_vnet_gather_turn_connection_leak()
|
| H A D | agent_test.rs | 522 proto: ProtoType::Udp, in test_connectivity_lite()
|