Home
last modified time | relevance | path

Searched defs:network_type (Results 1 – 12 of 12) sorted by relevance

/webrtc/ice/src/candidate/
H A Dcandidate_peer_reflexive.rs26 let network_type = determine_network_type(&self.base_config.network, &ip)?; in new_candidate_peer_reflexive() localVariable
H A Dcandidate_server_reflexive.rs25 let network_type = determine_network_type(&self.base_config.network, &ip)?; in new_candidate_server_reflexive() localVariable
H A Dcandidate_relay.rs34 let network_type = determine_network_type(&self.base_config.network, &ip)?; in new_candidate_relay() localVariable
H A Dcandidate_base.rs38 pub(crate) network_type: AtomicU8, field
163 fn network_type(&self) -> NetworkType { in network_type() method
295 let network_type = determine_network_type(&self.network, ip)?; in set_ip() localVariable
H A Dmod.rs62 fn network_type(&self) -> NetworkType; in network_type() method
/webrtc/ice/src/
H A Dlib.rs10 pub mod network_type; module
/webrtc/sdp/src/description/
H A Dcommon.rs11 pub network_type: String, field
H A Dsession.rs51 pub network_type: String, field
/webrtc/ice/src/stats/
H A Dmod.rs147 pub network_type: NetworkType, field
/webrtc/ice/src/agent/
H A Dagent_stats.rs166 pub network_type: NetworkType, field
H A Dagent_internal.rs519 let network_type = c.network_type(); in add_remote_candidate() localVariable
564 let network_type = c.network_type(); in add_candidate() localVariable
/webrtc/webrtc/src/stats/
H A Dmod.rs233 pub network_type: NetworkType, field