Home
last modified time | relevance | path

Searched refs:TCP (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/tests/google/net/
DProxyTest.py25 from scapy.all import TCP
105 if TCP in pkt and pkt[TCP].dport == self.proxy_port and Raw in pkt\
DSocketKeepaliveTest.py30 from scapy.all import TCP
192 if TCP in pkt and pkt[TCP].dport == TCP_SERVER_PORT and \
193 pkt[TCP].sport == cport and pkt[TCP].flags == ACK and \
194 not seq or pkt[TCP].seq == seq:
196 seq = pkt[TCP].seq
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtEnum.py63 TCP = "00000004-0000-1000-8000-00805F9B34FB" variable in RfcommUuid