Searched refs:get_interfaces (Results 1 – 5 of 5) sorted by relevance
6 let interfaces = vnet.get_interfaces().await; in test_local_interfaces()
97 let interfaces = vnet.get_interfaces().await; in local_interfaces()
29 let interfaces = nw.get_interfaces().await; in test_net_native_interfaces()150 let interfaces = nw.get_interfaces().await; in test_net_virtual_interfaces()177 let interfaces = nw.get_interfaces().await; in test_net_virtual_interface_by_name()209 let interfaces = nw.get_interfaces().await; in test_net_virtual_has_ipaddr()243 let interfaces = nw.get_interfaces().await; in test_net_virtual_get_all_ipaddrs()277 let interfaces = nw.get_interfaces().await; in test_net_virtual_assign_port()329 let interfaces = nw.get_interfaces().await; in test_net_virtual_determine_source_ip()
179 pub(crate) fn get_interfaces(&self) -> &[Interface] { in get_interfaces() method476 pub async fn get_interfaces(&self) -> Vec<Interface> { in get_interfaces() method480 net.get_interfaces().to_vec() in get_interfaces()
295 pub(crate) fn get_interfaces(&self) -> &[Interface] { in get_interfaces() method