Searched refs:find_pair (Results 1 – 3 of 3) sorted by relevance
325 if let Some(p) = self.find_pair(local, remote).await { in handle_success_response()360 if let Some(p) = self.find_pair(local, remote).await { in handle_binding_request()482 if let Some(p) = self.find_pair(local, remote).await { in handle_success_response()505 if self.find_pair(local, remote).await.is_none() { in handle_binding_request()509 if let Some(p) = self.find_pair(local, remote).await { in handle_binding_request()
129 if a.internal.find_pair(&host_local, &remote).await.is_none() { in test_pair_priority()135 if let Some(p) = a.internal.find_pair(&host_local, &remote).await { in test_pair_priority()1130 let p = a.internal.find_pair(&host_local, remote).await; in test_candidate_pair_stats()1140 if let Some(p) = a.internal.find_pair(&host_local, &prflx_remote).await { in test_candidate_pair_stats()
422 pub(crate) async fn find_pair( in find_pair() method