Home
last modified time | relevance | path

Searched refs:local (Results 1 – 10 of 10) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_selector.rs21 local: &Arc<dyn Candidate + Send + Sync>, in ping_candidate()
27 local: &Arc<dyn Candidate + Send + Sync>, in handle_success_response()
34 local: &Arc<dyn Candidate + Send + Sync>, in handle_binding_request()
45 local: &Arc<dyn Candidate + Send + Sync>, in ping_candidate()
51 local: &Arc<dyn Candidate + Send + Sync>, in handle_success_response()
140 pair.local, in nominate_pair()
143 let local = pair.local.clone(); in nominate_pair() localVariable
145 Some((msg, local, remote)) in nominate_pair()
254 p.local.to_string(), in contact_candidates()
321 local in handle_success_response()
[all …]
H A Dagent_internal.rs396 let local = p.local.clone(); in ping_all_candidates() localVariable
403 for (local, remote) in pairs { in ping_all_candidates()
414 local, in add_pair()
429 if p.local.equal(&**local) && p.remote.equal(&**remote) { in find_pair()
481 let (local, remote) = { in check_keepalive()
493 if let (Some(local), Some(remote)) = (local, remote) { in check_keepalive()
716 local, in send_binding_request()
732 self.send_stun(m, local, remote).await; in send_binding_request()
764 local, in send_binding_success()
838 local, in handle_inbound()
[all …]
H A Dagent_test.rs150 local: host_local.clone(), in test_pair_priority()
277 Box::new(PriorityAttr(local.priority())), in test_handle_peer_reflexive_udp_pflx_candidate()
283 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_handle_peer_reflexive_udp_pflx_candidate()
315 local.network_type() in test_handle_peer_reflexive_udp_pflx_candidate()
369 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_handle_peer_reflexive_unknown_remote()
647 let local: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_inbound_validity() localVariable
674 &local, in test_inbound_validity()
694 &local, in test_inbound_validity()
723 &local, in test_inbound_validity()
752 &local, in test_inbound_validity()
[all …]
H A Dagent_stats.rs222 local_candidate_id: cp.local.id(), in get_candidate_pairs_stats()
H A Dagent_transport.rs232 Ok(pair.local.addr()) in local_addr()
/webrtc/webrtc/src/ice_transport/
H A Dice_candidate_pair.rs9 local: RTCIceCandidate, field
15 write!(f, "(local) {} <-> (remote) {}", self.local, self.remote) in fmt()
26 pub fn new(local: RTCIceCandidate, remote: RTCIceCandidate) -> Self { in new()
27 let stats_id = Self::stats_id(&local.stats_id, &remote.stats_id); in new()
30 local, in new()
H A Dmod.rs91 let local = RTCIceCandidate::from(&ice_pair.local); in get_selected_candidate_pair() localVariable
93 return Some(RTCIceCandidatePair::new(local, remote)); in get_selected_candidate_pair()
128 move |local: &Arc<dyn Candidate + Send + Sync>, in start()
132 let local = RTCIceCandidate::from(local); in start() localVariable
139 f(RTCIceCandidatePair::new(local, remote)).await; in start()
/webrtc/ice/src/candidate/
H A Dmod.rs231 pub local: Arc<dyn Candidate + Send + Sync>, field
242 local: Arc::new(CandidateBase::default()), in default()
256 self.local.priority(), in fmt()
257 self.local, in fmt()
270 self.local.priority(), in fmt()
271 self.local, in fmt()
280 self.local.equal(&*other.local) && self.remote.equal(&*other.remote) in eq()
287 local: Arc<dyn Candidate + Send + Sync>, in new()
294 local, in new()
308 (self.local.priority(), self.remote.priority()) in priority()
[all …]
/webrtc/util/src/vnet/
H A Dnat.rs71 local: String, // "<local-ip>:<local-port>" field
82 local: String::new(), // "<local-ip>:<local-port>" in default()
226 local: from.source_addr().to_string(), in translate_outbound()
341 to.set_destination_addr(&m.local)?; in translate_inbound()
447 format!("{}:{}:{}", m.proto, m.local, m.bound) in get_outbound_map_key()
/webrtc/constraints/
H A D.gitignore41 # Ignore all local history of files