Home
last modified time | relevance | path

Searched refs:addr1 (Results 1 – 4 of 4) sorted by relevance

/webrtc/turn/src/allocation/
H A Dallocation_test.rs22 let addr1 = SocketAddr::from_str("127.0.0.1:3478")?; in test_has_permission() localVariable
26 let p1 = Permission::new(addr1); in test_has_permission()
34 let found_p1 = a.has_permission(&addr1).await; in test_has_permission()
/webrtc/util/src/vnet/conn_map/
H A Dconn_map_test.rs154 let addr1 = SocketAddr::from_str("10.1.2.1:5678")?; in test_udp_conn_map_insert_many_ips_with_same_port() localVariable
155 let conn_out1 = conn_map.find(&addr1).await; in test_udp_conn_map_insert_many_ips_with_same_port()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs464 let addr1 = client1 in test_get_allocations_info() localVariable
474 user1.send_to(b"1", addr1).await?; in test_get_allocations_info()
/webrtc/sctp/src/association/
H A Dassociation_test.rs2232 let addr1 = SocketAddr::from_str("0.0.0.0:0").unwrap(); in create_assocs() localVariable
2235 let udp1 = UdpSocket::bind(addr1).await.unwrap(); in create_assocs()