Home
last modified time | relevance | path

Searched refs:get_nic (Results 1 – 6 of 6) sorted by relevance

/webrtc/util/src/vnet/net/
H A Dnet_test.rs180 let nic = nw.get_nic()?; in test_net_virtual_interface_by_name()
213 let nic = nw.get_nic()?; in test_net_virtual_has_ipaddr()
247 let nic = nw.get_nic()?; in test_net_virtual_get_all_ipaddrs()
281 let nic = nw.get_nic()?; in test_net_virtual_assign_port()
333 let nic = nw.get_nic()?; in test_net_virtual_determine_source_ip()
473 let nic = nw.get_nic()?; in test_net_virtual_dail_eth0()
511 let nic = nw.get_nic()?; in test_net_virtual_resolver()
656 let nic = net1.get_nic()?; in test_net_virtual_end2end()
671 let nic = net2.get_nic()?; in test_net_virtual_end2end()
802 let nic = net.get_nic()?; in test_net_virtual_two_ips_on_a_nic()
/webrtc/turn/src/server/
H A Dserver_test.rs123 let nic0 = net0.get_nic()?; in build_vnet()
124 let nic1 = net1.get_nic()?; in build_vnet()
154 let nic = netl0.get_nic()?; in build_vnet()
/webrtc/util/src/vnet/router/
H A Drouter_test.rs36 let nic = self.net.get_nic()?; in add_addrs_to_interface()
42 let nic = self.net.get_nic()?; in set_router()
96 let nic = match self.net.get_nic() { in get_static_ips()
167 let nic = net.get_nic()?; in test_router_standalone_add_net()
778 let nic = net.get_nic()?; in test_router_failures_add_net()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs32 let nic = offer_vnet.get_nic()?; in create_vnet_pair()
57 let nic = answer_vnet.get_nic()?; in create_vnet_pair()
/webrtc/util/src/vnet/
H A Dnet.rs558 pub fn get_nic(&self) -> Result<Arc<Mutex<dyn Nic + Send + Sync>>> { in get_nic() method
/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs418 let nic = net.get_nic()?; in connect_net2router()