Home
last modified time | relevance | path

Searched defs:lan (Results 1 – 4 of 4) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_gather_test.rs127 let lan = Arc::new(Mutex::new(router::Router::new(router::RouterConfig { in test_vnet_gather_with_nat_1to1_as_host_candidates() localVariable
243 let lan = Arc::new(Mutex::new(router::Router::new(router::RouterConfig { in test_vnet_gather_with_nat_1to1_as_srflx_candidates() localVariable
430 let lan = Arc::new(Mutex::new(router::Router::new(router::RouterConfig { in test_vnet_gather_muxed_udp() localVariable
H A Dagent_vnet_test.rs86 let lan = Arc::new(Mutex::new(router::Router::new(router::RouterConfig { in build_simple_vnet() localVariable
/webrtc/util/src/vnet/router/
H A Drouter_test.rs575 let lan = rs[1].lock().await; in test_router_one_child() localVariable
590 let lan = rs[1].lock().await; in test_router_one_child() localVariable
607 let lan = Router::new(RouterConfig { in test_router_static_ips_more_than_one() localVariable
627 let lan = Router::new(RouterConfig { in test_router_static_ips_static_ip_local_ip_mapping() localVariable
697 let lan = Arc::new(Mutex::new(Router::new(RouterConfig { in test_router_static_ips_1to1_nat() localVariable
/webrtc/turn/src/server/
H A Dserver_test.rs140 let lan = Arc::new(Mutex::new(router::Router::new(router::RouterConfig { in build_vnet() localVariable