Home
last modified time | relevance | path

Searched refs:ICMPv6NDOptDNSSL (Results 1 – 2 of 2) sorted by relevance

/external/scapy/test/
Dregression.uts2762 + ICMPv6NDOptDNSSL Class Test
2764 = ICMPv6NDOptDNSSL - Basic Instantiation
2765 raw(ICMPv6NDOptDNSSL()) == b'\x1f\x01\x00\x00\xff\xff\xff\xff'
2767 = ICMPv6NDOptDNSSL - Instantiation with 1 search domain, as seen in the wild
2768 raw(ICMPv6NDOptDNSSL(lifetime=60, searchlist=["home."])) == b'\x1f\x02\x00\x00\x00\x00\x00<\x04home…
2770 = ICMPv6NDOptDNSSL - Basic instantiation with 2 search domains
2771 raw(ICMPv6NDOptDNSSL(searchlist=["home.", "office."])) == b'\x1f\x03\x00\x00\xff\xff\xff\xff\x04hom…
2773 = ICMPv6NDOptDNSSL - Basic instantiation with 3 search domains
2774 raw(ICMPv6NDOptDNSSL(searchlist=["home.", "office.", "here.there."])) == b'\x1f\x05\x00\x00\xff\xff…
2776 = ICMPv6NDOptDNSSL - Basic Dissection
[all …]
/external/scapy/scapy/layers/
Dinet6.py1960 class ICMPv6NDOptDNSSL(_ICMPv6NDGuessPayload, Packet): # RFC 6106 class