Searched refs:UDP (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/tests/google/net/ |
D | ProxyTest.py | 27 from scapy.all import UDP 107 if UDP in pkt and pkt[UDP].dport == 53 and hostname in summary:
|
D | DnsOverTlsTest.py | 34 from scapy.all import UDP 92 if tls and UDP in pkt and pkt[UDP].dport == 53 and \
|
D | DhcpServerTest.py | 48 bind_layers(UDP, BOOTP, dport=CLIENT_PORT) 77 bind_layers(UDP, BOOTP, dport=68) 594 asserts.assert_equal(CLIENT_PORT, resp.getlayer(UDP).dport) 949 udp = UDP(sport=68, dport=SERVER_PORT)
|
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/ |
D | connect_wifi.ino | 63 Serial.println("connect: udpPackets(): CALL: UDP Begin"); 92 Serial.println("connect: udpPackets(): CALL: UDP End");
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_sender.py | 397 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/framework/acts/test_utils/bt/ |
D | BtEnum.py | 61 UDP = "00000002-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 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-
|