Home
last modified time | relevance | path

Searched refs:client_ip (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/autotest/server/site_tests/platform_USBHIDWake/
Dplatform_USBHIDWake.py87 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/
Dbluetooth_RegressionServer.py17 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/
Dtc_neighbor_sharing.c7 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/
Dnetwork_EthCapsServer.py138 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/
Dtelemetry_Crosperf.py167 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/
Dhardware_MemoryIntegrity.py90 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/
Dhardware_StorageQualSuspendStress.py15 def run_once(self, client_ip, duration): argument
16 client = hosts.create_host(client_ip)
Dcontrol.test17 job.run_test('hardware_StorageQualSuspendStress', client_ip=machine, duration=3600)
/external/autotest/server/site_tests/stress_ClientTestReboot/
Dstress_ClientTestReboot.py16 def run_once(self, client_ip, testname, loops): argument
17 host = hosts.create_host(client_ip)
Dcontrol.touchUpdate18 job.run_test('stress_ClientTestReboot', client_ip=machine,
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol.stress337 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,
Dcontrol.stress37 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,
Dcontrol.stress237 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,
Dhardware_StorageStress.py26 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/
Dhardware_StorageQualTrimStress.py14 def run_once(self, client_ip, duration, cq=False): argument
23 client = hosts.create_host(client_ip)
/external/autotest/client/tests/netperf2/
Dcontrol.parallel15 client_ip='127.0.0.1',
22 client_ip='127.0.0.1',
Dnetperf2.py36 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)
Dcontrol.client14 client_ip='10.10.1.6',
Dcontrol.server14 client_ip='10.10.1.6',
/external/autotest/server/site_tests/hardware_StorageQualBase/
Dhardware_StorageQualBase.py53 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME, argument
64 client = hosts.create_host(client_ip)
Dcontrol.test17 job.run_test('hardware_StorageQualBase', client_ip=machine,
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py36 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/
Dserver_load_reporting_filter.cc178 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/
Dnetpipe.py34 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/
Ddhcp.h32 be32 client_ip; member
51 be32 client_ip; member

12345678910>>...12