Home
last modified time | relevance | path

Searched refs:get_static_ips (Results 1 – 3 of 3) sorted by relevance

/webrtc/util/src/vnet/
H A Drouter.rs68 async fn get_static_ips(&self) -> Vec<IpAddr>; in get_static_ips() method
150 async fn get_static_ips(&self) -> Vec<IpAddr> { in get_static_ips() method
531 ni.get_static_ips().await in add_nic()
H A Dnet.rs173 async fn get_static_ips(&self) -> Vec<IpAddr> { in get_static_ips() method
/webrtc/util/src/vnet/router/
H A Drouter_test.rs95 async fn get_static_ips(&self) -> Vec<IpAddr> { in get_static_ips() method
101 net.get_static_ips().await in get_static_ips()