Home
last modified time | relevance | path

Searched refs:start_router (Results 1 – 2 of 2) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs105 start_router(&wan).await?; in build_simple_vnet()
175 start_router(&wan).await?; in build_vnet()
409 pub(crate) async fn start_router(router: &Arc<Mutex<router::Router>>) -> Result<(), Error> { in start_router() function
786 start_router(&wan).await?; in test_disconnected_to_connected()
936 start_router(&wan).await?; in test_write_use_valid_pair()
H A Dagent_test.rs420 start_router(&wan).await?; in test_connectivity_on_startup()