Searched refs:tcp (Results 1 – 2 of 2) sorted by relevance
118 tcp = IP(dst=DEFAULT_DOMAIN_NAME)/TCP(dport=[80, 443])119 resp = sr1(tcp, timeout=2, iface=self.iface)
878 ITestDevice tcp = manager.allocateDevice(mDeviceSelections, false); in testFreeDevice_tcpDevice() local879 assertNotNull(tcp); in testFreeDevice_tcpDevice()880 assertTrue(tcp.getDeviceState() == TestDeviceState.NOT_AVAILABLE); in testFreeDevice_tcpDevice()