Searched refs:subnet_mask (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 311 def _get_gc_ip(self, subnet_mask='255.255.255.0'): argument 312 subnet_mask = ['255', '255', '255', '0'] 316 for dut, subnet in zip(go_ip.split('.'), subnet_mask) 323 for ip, subnet in zip(current_ip.split('.'), subnet_mask)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | __init__.py | 217 def get_server_address(ssh_connection, dut_ip, subnet_mask): argument 234 if subnet_mask == 'public': 240 dut_network = ipaddress.ip_network('{}/{}'.format(dut_ip, subnet_mask),
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_sender.py | 352 self.subnet_mask = config_params['subnet_mask'] 378 ('subnet_mask', self.subnet_mask),
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DhcpServerTest.py | 214 subnet_mask = getopt(resp, 'subnet_mask') 215 asserts.assert_true(subnet_mask.startswith('255.255.'), 216 'Unexpected subnet mask for /16+: ' + subnet_mask)
|