Home
last modified time | relevance | path

Searched refs:Udp6 (Results 1 – 4 of 4) sorted by relevance

/webrtc/ice/src/network_type/
H A Dmod.rs17 NetworkType::Udp6, in supported_network_types()
35 Udp6, enumerator
50 2 => Self::Udp6, in from()
62 Self::Udp6 => "udp6", in fmt()
81 self == Self::Udp4 || self == Self::Udp6 in is_udp()
94 Self::Udp4 | Self::Udp6 => UDP.to_owned(), in network_short()
105 Self::Udp4 | Self::Udp6 | Self::Unspecified => false, in is_reliable()
114 Self::Udp6 | Self::Tcp6 | Self::Unspecified => false, in is_ipv4()
122 Self::Udp6 | Self::Tcp6 => true, in is_ipv6()
136 Ok(NetworkType::Udp6) in determine_network_type()
H A Dnetwork_type_test.rs12 ("lowercase UDP6", "udp", ipv6, NetworkType::Udp6), in test_network_type_parsing_success()
13 ("uppercase UDP6", "UDP", ipv6, NetworkType::Udp6), in test_network_type_parsing_success()
47 assert!(NetworkType::Udp6.is_udp()); in test_network_type_is_udp()
49 assert!(!NetworkType::Udp6.is_tcp()); in test_network_type_is_udp()
70 (NetworkType::Udp6, "\"udp6\""), in test_network_type_serialization()
88 (NetworkType::Udp6, "udp6"), in test_network_type_to_string()
/webrtc/ice/src/util/
H A Dutil_test.rs7 let ips = local_interfaces(&vnet, &None, &None, &[NetworkType::Udp4, NetworkType::Udp6]).await; in test_local_interfaces()
/webrtc/ice/src/candidate/
H A Dcandidate_test.rs188 network_type: AtomicU8::new(NetworkType::Udp6 as u8), in test_candidate_foundation()
307 network_type: AtomicU8::new(NetworkType::Udp6 as u8), in test_candidate_marshal()