Searched defs:net_interface (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | ip.py | 36 def get_ipv4_addresses(self, net_interface): argument 74 def add_ipv4_address(self, net_interface, address, broadcast=None): argument 92 def remove_ipv4_address(self, net_interface, address, ignore_status=False): argument 110 def set_ipv4_address(self, net_interface, address, broadcast=None): argument 127 def clear_ipv4_addresses(self, net_interface): argument
|
D | route.py | 42 def add_route(self, net_interface, address): argument 71 def get_routes(self, net_interface=None): argument 137 def is_route(self, address, net_interface=None): argument 155 def remove_route(self, address, net_interface=None): argument 180 def clear_routes(self, net_interface=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 4457 String net_interface = getHostOptions().getNetworkInterface(); in getFastbootSerialNumber() local
|