Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DDnsOverTlsTest.py39 from scapy.all import TCP
107 elif not tls and TCP in pkt and pkt[TCP].dport == 853 and \
108 not pkt[TCP].flags:
119 if TCP in pkt and pkt[TCP].flags == RST and pkt[TCP].dport == 853:
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
DProxyTest.py25 from scapy.all import TCP
105 if TCP in pkt and pkt[TCP].dport == self.proxy_port and Raw in pkt\
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt142 transport protocols such as TCP and UDP, control
298 | IPv6 header | TCP header + data
301 | TCP |
306 | IPv6 header | Routing header | TCP header + data
309 | Routing | TCP |
314 | IPv6 header | Routing header | Fragment header | fragment of TCP
317 | Routing | Fragment | TCP |
1471 illustration shows the TCP and UDP "pseudo-header" for IPv6:
1503 upper-layer protocol (e.g., 6 for TCP, or 17 for UDP). It will
1509 length of the upper-layer header and data (e.g., TCP header
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtEnum.py63 TCP = "00000004-0000-1000-8000-00805F9B34FB" variable in RfcommUuid