Home
last modified time | relevance | path

Searched defs:iface_name (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/cros/network/
Dip_config_context_manager.py29 def add_ip_route(self, host, dest_ip, iface_name, via_ip=None): argument
49 def assign_ip_addr_to_iface(self, host, ip_addr, iface_name): argument
/external/wpa_supplicant_8/hostapd/aidl/
Dhostapd.cpp853 ::ndk::ScopedAStatus Hostapd::removeAccessPoint(const std::string& iface_name) in removeAccessPoint()
875 const std::string& iface_name, const std::vector<uint8_t>& client_address, in forceClientDisconnect()
1090 ::ndk::ScopedAStatus Hostapd::removeAccessPointInternal(const std::string& iface_name) in removeAccessPointInternal()
1136 ::ndk::ScopedAStatus Hostapd::forceClientDisconnectInternal(const std::string& iface_name, in forceClientDisconnectInternal()
/external/toybox/toys/net/
Difconfig.c196 char iface_name[IFNAMSIZ]; in display_ifconfig() local
300 static void show_iface(char *iface_name) in show_iface()
/external/openthread/tools/harness-simulation/harness/Thread_Harness/Sniffer/
DSimSniffer.py93 def _find_index(self, iface_name): argument
/external/scapy/scapy/arch/
Dlinux.py176 def get_alias_address(iface_name, ip_mask, gw_str, metric): argument
/external/dnsmasq/src/
Drfc2131.c117 size_t dhcp_reply(struct dhcp_context* context, char* iface_name, int int_index, size_t sz, in dhcp_reply()