Searched refs:ICMPv6NDOptRDNSS (Results 1 – 2 of 2) sorted by relevance
2733 + ICMPv6NDOptRDNSS Class Test2735 = ICMPv6NDOptRDNSS - Basic Instantiation2736 raw(ICMPv6NDOptRDNSS()) == b'\x19\x01\x00\x00\xff\xff\xff\xff'2738 = ICMPv6NDOptRDNSS - Basic instantiation with 1 DNS address2739 raw(ICMPv6NDOptRDNSS(dns=["2001:db8::1"])) == b'\x19\x03\x00\x00\xff\xff\xff\xff \x01\r\xb8\x00\x00…2741 = ICMPv6NDOptRDNSS - Basic instantiation with 2 DNS addresses2742 raw(ICMPv6NDOptRDNSS(dns=["2001:db8::1", "2001:db8::2"])) == b'\x19\x05\x00\x00\xff\xff\xff\xff \x0…2744 = ICMPv6NDOptRDNSS - Instantiation with specific values2745 raw(ICMPv6NDOptRDNSS(len=43, res=0xaaee, lifetime=0x11111111, dns=["2001:db8::2"])) == b'\x19+\xaa\…2747 = ICMPv6NDOptRDNSS - Basic Dissection[all …]
1892 class ICMPv6NDOptRDNSS(_ICMPv6NDGuessPayload, Packet): # RFC 5006 class