Searched refs:TCP_SERVER_PORT (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | SocketKeepaliveTest.py | 46 TCP_SERVER_PORT = 853 variable 192 if TCP in pkt and pkt[TCP].dport == TCP_SERVER_PORT and \ 314 TCP_SERVER_PORT, 368 port = TCP_SERVER_PORT if tcp_keepalive else UDP_SERVER_PORT 381 self.log.info("Server port: %s" % TCP_SERVER_PORT) 448 self.dut, self.test_name, TCP_SERVER_PORT, host) 527 self.dut, self.test_name, TCP_SERVER_PORT, self.remote_server) 600 self.dut, self.test_name, TCP_SERVER_PORT, self.remote_server) 703 self.log.info("Server port: %s" % TCP_SERVER_PORT)
|