Home
last modified time | relevance | path

Searched refs:tcp (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/net/
DUsbTetheringTest.py118 tcp = IP(dst=DEFAULT_DOMAIN_NAME)/TCP(dport=[80, 443])
119 resp = sr1(tcp, timeout=2, iface=self.iface)
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java878 ITestDevice tcp = manager.allocateDevice(mDeviceSelections, false); in testFreeDevice_tcpDevice() local
879 assertNotNull(tcp); in testFreeDevice_tcpDevice()
880 assertTrue(tcp.getDeviceState() == TestDeviceState.NOT_AVAILABLE); in testFreeDevice_tcpDevice()