/external/autotest/server/site_tests/platform_USBHIDWake/ |
D | platform_USBHIDWake.py | 87 def run_once(self, client_ip): argument 93 if not client_ip: 95 self._client = hosts.create_host(client_ip) 100 if not self.wait_for_host(host=client_ip, timeout=10):
|
/external/autotest/server/site_tests/bluetooth_RegressionServer/ |
D | bluetooth_RegressionServer.py | 17 def run_once(self, client_ip, device_addrs): argument 23 if not client_ip: 26 client = hosts.create_host(client_ip)
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | tc_neighbor_sharing.c | 7 u32 client_ip; member 33 struct ipkey key = {.client_ip=dip}; in classify_wan() 58 struct ipkey key = {.client_ip=sip}; in classify_neighbor()
|
/external/autotest/server/site_tests/network_EthCapsServer/ |
D | network_EthCapsServer.py | 138 def run_once(self, client_ip=None, ethname='eth0'): argument 145 if not client_ip: 151 self._client_ip = client_ip 152 self._client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 167 def scp_telemetry_results(self, client_ip, dut, file, host_dir): argument 179 (dut.hostname if dut else client_ip, 198 def run_once(self, args, client_ip='', dut=None): argument 230 client_ip, self.resultsdir, test_args, 288 result = self.scp_telemetry_results(client_ip, dut,
|
/external/autotest/server/site_tests/hardware_MemoryIntegrity/ |
D | hardware_MemoryIntegrity.py | 90 def run_once(self, client_ip=None, seconds=3600, size=0, suspend=True): argument 103 if not client_ip: 106 self._client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/ |
D | hardware_StorageQualSuspendStress.py | 15 def run_once(self, client_ip, duration): argument 16 client = hosts.create_host(client_ip)
|
D | control.test | 17 job.run_test('hardware_StorageQualSuspendStress', client_ip=machine, duration=3600)
|
/external/autotest/server/site_tests/stress_ClientTestReboot/ |
D | stress_ClientTestReboot.py | 16 def run_once(self, client_ip, testname, loops): argument 17 host = hosts.create_host(client_ip)
|
D | control.touchUpdate | 18 job.run_test('stress_ClientTestReboot', client_ip=machine,
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | control.stress3 | 37 job.run_test('hardware_StorageStress', client_ip=machine, 42 job.run_test('hardware_StorageStress', client_ip=machine, 46 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | control.stress | 37 job.run_test('hardware_StorageStress', client_ip=machine, 42 job.run_test('hardware_StorageStress', client_ip=machine, 46 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | control.stress2 | 37 job.run_test('hardware_StorageStress', client_ip=machine, 42 job.run_test('hardware_StorageStress', client_ip=machine, 46 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | hardware_StorageStress.py | 26 def run_once(self, client_ip, gap=_TEST_GAP, duration=_TEST_DURATION, argument 63 if not client_ip: 66 self._client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/hardware_StorageQualTrimStress/ |
D | hardware_StorageQualTrimStress.py | 14 def run_once(self, client_ip, duration, cq=False): argument 23 client = hosts.create_host(client_ip)
|
/external/autotest/client/tests/netperf2/ |
D | control.parallel | 15 client_ip='127.0.0.1', 22 client_ip='127.0.0.1',
|
D | netperf2.py | 36 def run_once(self, server_ip, client_ip, role, test = 'TCP_STREAM', argument 72 client_tag = client_ip + '#netperf-client' 80 self.ping(client_ip, timeout) 82 self.configure_interface(dev, client_ip)
|
D | control.client | 14 client_ip='10.10.1.6',
|
D | control.server | 14 client_ip='10.10.1.6',
|
/external/autotest/server/site_tests/hardware_StorageQualBase/ |
D | hardware_StorageQualBase.py | 53 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME, argument 64 client = hosts.create_host(client_ip)
|
D | control.test | 17 job.run_test('hardware_StorageQualBase', client_ip=machine,
|
/external/autotest/server/site_tests/kernel_MemoryRamoop/ |
D | kernel_MemoryRamoop.py | 36 def run_once(self, client_ip): argument 40 if not client_ip: 43 self._client = hosts.create_host(client_ip)
|
/external/grpc-grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 178 char* client_ip; in StoreClientIpAndLrToken() local 180 GetCensusSafeClientIpString(&client_ip, &client_ip_len); in StoreClientIpAndLrToken() 199 strncpy(cur_pos, client_ip, client_ip_len); in StoreClientIpAndLrToken() 201 gpr_free(client_ip); in StoreClientIpAndLrToken()
|
/external/autotest/client/tests/netpipe/ |
D | netpipe.py | 34 def run_once(self, server_ip, client_ip, role, bidirectional=False, argument 50 client_tag = client_ip + '#netpipe-client'
|
/external/wpa_supplicant_8/src/common/ |
D | dhcp.h | 32 be32 client_ip; member 51 be32 client_ip; member
|