Home
last modified time | relevance | path

Searched defs:net_interface (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Droute.py42 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
Dip.py36 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