Searched refs:SimpleHost (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/deps/lansim/src/py/ |
D | simulator_unittest.py | 133 host.SimpleHost(self._sim, '12:34:56:78:90:AB', '169.254.11.22') 176 host.SimpleHost(self._sim, '12:34:56:78:90:22', '169.254.11.22') 177 host.SimpleHost(self._sim, '12:34:56:78:90:33', '169.254.11.33') 178 host.SimpleHost(self._sim, '12:34:56:78:90:44', '169.254.11.33') 204 h = host.SimpleHost(self._sim, '12:34:56:78:90:22', '169.254.11.22')
|
D | host.py | 23 class SimpleHost(object): class
|
/external/autotest/client/site_tests/p2p_ConsumeFiles/ |
D | p2p_ConsumeFiles.py | 121 peer_a = host.SimpleHost(self._sim, '94:EB:2C:00:00:61', 123 peer_b = host.SimpleHost(self._sim, '94:EB:2C:00:00:62', 125 peer_c = host.SimpleHost(self._sim, '94:EB:2C:00:00:63',
|
/external/autotest/client/deps/lansim/ |
D | control | 57 host_a = host.SimpleHost(simu, '12:34:56:78:90:AB', '192.168.0.3') 58 host_b = host.SimpleHost(simu, '12:34:56:78:90:CD', '192.168.0.4') 59 host_c = host.SimpleHost(simu, '12:34:56:78:90:EF', '192.168.0.4')
|
/external/autotest/client/site_tests/p2p_ShareFiles/ |
D | p2p_ShareFiles.py | 64 peer = host.SimpleHost(self._sim, '94:EB:2C:00:00:61', '169.254.10.97')
|
/external/autotest/client/site_tests/p2p_ServeFiles/ |
D | p2p_ServeFiles.py | 113 peer = host.SimpleHost(self._sim, '94:EB:2C:00:00:61', '169.254.10.55')
|