Searched refs:ICMPv6NDOptDNSSL (Results 1 – 2 of 2) sorted by relevance
2762 + ICMPv6NDOptDNSSL Class Test2764 = ICMPv6NDOptDNSSL - Basic Instantiation2765 raw(ICMPv6NDOptDNSSL()) == b'\x1f\x01\x00\x00\xff\xff\xff\xff'2767 = ICMPv6NDOptDNSSL - Instantiation with 1 search domain, as seen in the wild2768 raw(ICMPv6NDOptDNSSL(lifetime=60, searchlist=["home."])) == b'\x1f\x02\x00\x00\x00\x00\x00<\x04home…2770 = ICMPv6NDOptDNSSL - Basic instantiation with 2 search domains2771 raw(ICMPv6NDOptDNSSL(searchlist=["home.", "office."])) == b'\x1f\x03\x00\x00\xff\xff\xff\xff\x04hom…2773 = ICMPv6NDOptDNSSL - Basic instantiation with 3 search domains2774 raw(ICMPv6NDOptDNSSL(searchlist=["home.", "office.", "here.there."])) == b'\x1f\x05\x00\x00\xff\xff…2776 = ICMPv6NDOptDNSSL - Basic Dissection[all …]
1960 class ICMPv6NDOptDNSSL(_ICMPv6NDGuessPayload, Packet): # RFC 6106 class