Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DUsbTetheringTest.py8 from scapy.layers.inet import IP, ICMP, UDP, TCP, RandShort, sr1
112 tcp = IP(dst=DEFAULT_DOMAIN_NAME)/TCP(dport=[80, 443])
115 resp and resp.haslayer(TCP),
127 tcp_ipv6 = IPv6(dst=DEFAULT_DOMAIN_NAME_IPV6)/TCP(dport=[80, 443])
144 / TCP(dport=80, flags="S"), timeout=2, iface=self.iface)
146 req = IP(dst=DEFAULT_DOMAIN_NAME)/TCP(dport=80, sport=syn_ack[TCP].dport,
147 seq=syn_ack[TCP].ack, ack=syn_ack[TCP].seq + 1, flags="A")/get_str
150 resp and resp.haslayer(TCP),
DDnsOverTlsTest.py33 from scapy.all import TCP
134 elif not tls and TCP in pkt and pkt[TCP].dport == 853 and \
135 not pkt[TCP].flags:
146 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\
DDnsOverHttpsTest.py29 from scapy.all import TCP
127 if TCP in pkt and pkt[TCP].sport == 853:
/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_tests/acts_contrib/test_utils/bt/
DBtEnum.py63 TCP = "00000004-0000-1000-8000-00805F9B34FB" variable in RfcommUuid
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py45 TCP = 'tcp' variable