Lines Matching refs:remote
128 for remote in remotes { in test_pair_priority()
129 if a.internal.find_pair(&host_local, &remote).await.is_none() { in test_pair_priority()
131 .add_pair(host_local.clone(), remote.clone()) in test_pair_priority()
135 if let Some(p) = a.internal.find_pair(&host_local, &remote).await { in test_pair_priority()
149 remote: remote.clone(), in test_pair_priority()
259 let remote = SocketAddr::from_str("172.17.0.3:999")?; in test_handle_peer_reflexive_udp_pflx_candidate() localVariable
283 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_handle_peer_reflexive_udp_pflx_candidate()
358 let remote = SocketAddr::from_str("172.17.0.3:999")?; in test_handle_peer_reflexive_unknown_remote() localVariable
369 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_handle_peer_reflexive_unknown_remote()
646 let remote = SocketAddr::from_str("172.17.0.3:999")?; in test_inbound_validity() localVariable
675 remote, in test_inbound_validity()
695 remote, in test_inbound_validity()
724 remote, in test_inbound_validity()
753 remote, in test_inbound_validity()
783 remote, in test_inbound_validity()
818 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_inbound_validity()
835 let remote = SocketAddr::from_str("172.17.0.3:999")?; in test_inbound_validity() localVariable
853 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_inbound_validity()
1124 for remote in &[ in test_candidate_pair_stats()
1130 let p = a.internal.find_pair(&host_local, remote).await; in test_candidate_pair_stats()
1134 .add_pair(Arc::clone(&host_local), Arc::clone(remote)) in test_candidate_pair_stats()