Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DSocketKeepaliveTest.py31 from scapy.all import UDP
236 if UDP in pkt and pkt[UDP].dport == UDP_SERVER_PORT:
237 if pkt[UDP].sport not in ka_dict:
238 ka_dict[pkt[UDP].sport] = [float(pkt.time)]
240 ka_dict[pkt[UDP].sport].append(float(pkt.time))
DProxyTest.py26 from scapy.all import UDP
102 if UDP in pkt and pkt[UDP].dport == 53 and hostname in summary:
DDnsOverTlsTest.py40 from scapy.all import UDP
104 if tls and UDP in pkt and pkt[UDP].dport == 53 and \
DDhcpServerTest.py44 bind_layers(UDP, BOOTP, dport=CLIENT_PORT)
71 bind_layers(UDP, BOOTP, dport=68)
592 asserts.assert_equal(CLIENT_PORT, resp.getlayer(UDP).dport)
947 udp = UDP(sport=68, dport=SERVER_PORT)
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt142 transport protocols such as TCP and UDP, control
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
1519 length information (e.g., the Length field in the UDP header);
1527 o Unlike IPv4, when UDP packets are originated by an IPv6 node,
1528 the UDP checksum is not optional. That is, whenever
1529 originating a UDP packet, an IPv6 node must compute a UDP
1532 FFFF for placement in the UDP header. IPv6 receivers must
1533 discard UDP packets containing a zero checksum, and should log
2103 length info (like non-jumbogram UDP), it is the upper-layer-
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py397 udp = scapy.UDP(sport=DHCP_OFFER_SRC_PORT, dport=DHCP_OFFER_DST_PORT)
726 udp = scapy.UDP(sport=MDNS_UDP_PORT, dport=MDNS_UDP_PORT)
788 udp = scapy.UDP(sport=MDNS_UDP_PORT, dport=MDNS_UDP_PORT)
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino63 Serial.println("connect: udpPackets(): CALL: UDP Begin");
92 Serial.println("connect: udpPackets(): CALL: UDP End");
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtEnum.py61 UDP = "00000002-0000-1000-8000-00805F9B34FB" variable in RfcommUuid