Searched refs:TCP (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | UsbTetheringTest.py | 8 from scapy.layers.inet import IP, ICMP, UDP, TCP, RandShort, sr1 118 tcp = IP(dst=DEFAULT_DOMAIN_NAME)/TCP(dport=[80, 443]) 122 resp and resp.haslayer(TCP), "Failed to send TCP packet:" + resp_msg) 133 tcp_ipv6 = IPv6(dst=DEFAULT_DOMAIN_NAME_IPV6)/TCP(dport=[80, 443]) 141 …syn_ack = srp1(Ether() / IPv6(dst=destination) / TCP(dport=80, flags="S"), timeout=2, iface=interf… 142 …ndp(Ether() / IPv6(dst=destination) / TCP(dport=80, sport=syn_ack[TCP].dport,seq=syn_ack[TCP].ack,… 144 …req = Ether() / IPv6(dst=destination)/TCP(dport=80, sport=syn_ack[TCP].dport, seq=syn_ack[TCP].ack… 167 resp and resp.haslayer(TCP), "Failed to send HTTP request, resp: " + resp_msg)
|
D | DnsOverTlsTest.py | 33 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:
|
D | ProxyTest.py | 25 from scapy.all import TCP 105 if TCP in pkt and pkt[TCP].dport == self.proxy_port and Raw in pkt\
|
D | SocketKeepaliveTest.py | 30 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
|
D | DnsOverHttpsTest.py | 29 from scapy.all import TCP 127 if TCP in pkt and pkt[TCP].sport == 853:
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_iperf_measurement.py | 33 TCP = "TCP" variable in IPerfProtocol 217 if protocol == IPerfProtocol.TCP: 218 self._perf.protocol = _IPerfProtocol.TCP
|
D | cmw500_iperf_measurement.py | 47 TCP = 'TCP' variable in IPerfProtocol
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtEnum.py | 63 TCP = "00000004-0000-1000-8000-00805F9B34FB" variable in RfcommUuid
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 142 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/abstract_devices/ |
D | wmm_transceiver.py | 45 TCP = 'tcp' variable
|