Home
last modified time | relevance | path

Searched refs:list_interfaces (Results 1 – 7 of 7) sorted by relevance

/external/libpcap/
Dpcap-libdlpi.c57 static boolean_t list_interfaces(const char *, void *);
74 list_interfaces(const char *linkname, void *arg) in list_interfaces() function
365 dlpi_walk(list_interfaces, &lw, 0); in pcap_platform_finddevs()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwpas-dbus-new.py27 def list_interfaces(wpas_obj): function
103 list_interfaces(wpas_obj)
Dwpas-dbus-new-signals.py28 def list_interfaces(wpas_obj): function
133 list_interfaces(wpas_obj)
/external/autotest/server/cros/network/
Dconnection_worker.py57 devs = iw.list_interfaces(desired_if_type='managed')
65 logging.debug('Interfaces in work client %s', iw.list_interfaces())
Dwifi_client.py340 devs = self.iw_runner.list_interfaces(desired_if_type='managed')
/external/autotest/client/common_lib/cros/network/
Diw_runner.py453 matching_interfaces = [iw_if for iw_if in self.list_interfaces()
624 def list_interfaces(self, desired_if_type=None): member in IwRunner
/external/autotest/server/
Dsite_linux_system.py119 for interface in self.iw_runner.list_interfaces():