Searched defs:network_type (Results 1 – 12 of 12) sorted by relevance
| /webrtc/ice/src/candidate/ |
| H A D | candidate_peer_reflexive.rs | 26 let network_type = determine_network_type(&self.base_config.network, &ip)?; in new_candidate_peer_reflexive() localVariable
|
| H A D | candidate_server_reflexive.rs | 25 let network_type = determine_network_type(&self.base_config.network, &ip)?; in new_candidate_server_reflexive() localVariable
|
| H A D | candidate_relay.rs | 34 let network_type = determine_network_type(&self.base_config.network, &ip)?; in new_candidate_relay() localVariable
|
| H A D | candidate_base.rs | 38 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 D | mod.rs | 62 fn network_type(&self) -> NetworkType; in network_type() method
|
| /webrtc/ice/src/ |
| H A D | lib.rs | 10 pub mod network_type; module
|
| /webrtc/sdp/src/description/ |
| H A D | common.rs | 11 pub network_type: String, field
|
| H A D | session.rs | 51 pub network_type: String, field
|
| /webrtc/ice/src/stats/ |
| H A D | mod.rs | 147 pub network_type: NetworkType, field
|
| /webrtc/ice/src/agent/ |
| H A D | agent_stats.rs | 166 pub network_type: NetworkType, field
|
| H A D | agent_internal.rs | 519 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 D | mod.rs | 233 pub network_type: NetworkType, field
|