Searched refs:client_ip (Results 1 - 22 of 22) sorted by relevance

/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/
H A Dhardware_StorageQualSuspendStress.py15 def run_once(self, client_ip, duration):
16 client = hosts.create_host(client_ip)
/external/autotest/server/site_tests/hardware_StorageQualTrimStress/
H A Dhardware_StorageQualTrimStress.py13 def run_once(self, client_ip, duration):
14 client = hosts.create_host(client_ip)
/external/autotest/server/site_tests/stress_ClientTestReboot/
H A Dstress_ClientTestReboot.py16 def run_once(self, client_ip, testname, loops):
17 host = hosts.create_host(client_ip)
/external/autotest/server/site_tests/bluetooth_RegressionServer/
H A Dbluetooth_RegressionServer.py17 def run_once(self, client_ip, device_addrs):
20 @param client_ip: Device under test.
23 if not client_ip:
26 client = hosts.create_host(client_ip)
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py82 def run_once(self, client_ip):
86 @param client_ip: ip address (string) at which the DUT may be found"""
88 if not client_ip:
90 self._client = hosts.create_host(client_ip)
95 if not self.wait_for_host(host=client_ip, timeout=10):
/external/autotest/server/site_tests/hardware_StorageQualBase/
H A Dhardware_StorageQualBase.py50 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME):
51 client = hosts.create_host(client_ip)
/external/autotest/server/site_tests/hardware_MemoryIntegrity/
H A Dhardware_MemoryIntegrity.py90 def run_once(self, client_ip=None, seconds=3600, size=0, suspend=True):
97 @param client_ip: string of client's ip address (required)
103 if not client_ip:
106 self._client = hosts.create_host(client_ip)
/external/autotest/server/site_tests/network_EthCapsServer/
H A Dnetwork_EthCapsServer.py138 def run_once(self, client_ip=None, ethname='eth0'):
142 client_ip: string of client's ip address
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/
H A Dtelemetry_Crosperf.py105 def scp_telemetry_results(self, client_ip, dut):
108 @param client_ip: The ip address of the DUT
115 (dut.hostname if dut else client_ip, DUT_CHROME_RESULTS_DIR))
132 def run_once(self, args, client_ip='', dut=None):
138 @param client_ip: The ip address of the DUT
164 client_ip, test_args, test_name)
192 result = self.scp_telemetry_results(client_ip, dut)
/external/autotest/server/site_tests/hardware_StorageStress/
H A Dhardware_StorageStress.py26 def run_once(self, client_ip, gap=_TEST_GAP, duration=_TEST_DURATION,
35 @param client_ip: string of client's ip address (required)
50 if not client_ip:
53 self._client = hosts.create_host(client_ip)
/external/autotest/server/site_tests/kernel_MemoryRamoop/
H A Dkernel_MemoryRamoop.py33 def run_once(self, client_ip):
37 if not client_ip:
40 self._client = hosts.create_host(client_ip)
/external/autotest/client/tests/netpipe/
H A Dnetpipe.py34 def run_once(self, server_ip, client_ip, role, bidirectional=False,
50 client_tag = client_ip + '#netpipe-client'
/external/wpa_supplicant_8/hostapd/src/common/
H A Ddhcp.h26 be32 client_ip; member in struct:dhcp_data
45 be32 client_ip; member in struct:bootp_pkt
/external/wpa_supplicant_8/src/common/
H A Ddhcp.h26 be32 client_ip; member in struct:dhcp_data
45 be32 client_ip; member in struct:bootp_pkt
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddhcp.h26 be32 client_ip; member in struct:dhcp_data
45 be32 client_ip; member in struct:bootp_pkt
/external/autotest/client/tests/netperf2/
H A Dnetperf2.py36 def run_once(self, server_ip, client_ip, role, test = 'TCP_STREAM',
41 client_ip: IP address of host running netperf client(s)
72 client_tag = client_ip + '#netperf-client'
80 self.ping(client_ip, timeout)
82 self.configure_interface(dev, client_ip)
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
H A Dnetwork_WiFi_LowInitialBitrates.py103 client_ip = self.context.client.wifi_ip
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-darwin.c62 /*OUT*/Addr* client_ip)
88 *client_ip = info->init_ip;
61 load_client( ExeInfo* info, Addr* client_ip) argument
H A Dinitimg-linux.c70 /*OUT*/Addr* client_ip,
101 *client_ip = info->init_ip;
69 load_client( ExeInfo* info, Addr* client_ip, Addr* client_toc) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dfils_hlp.c267 iph->daddr = dhcp->client_ip;
/external/wpa_supplicant_8/src/ap/
H A Dfils_hlp.c267 iph->daddr = dhcp->client_ip;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dfils_hlp.c267 iph->daddr = dhcp->client_ip;

Completed in 1807 milliseconds