Searched refs:ICMPv6NDOptLLA (Results 1 – 2 of 2) sorted by relevance
1824 class ICMPv6NDOptLLA(_ICMPv6NDGuessPayload, Packet): # RFC 4068 class
2661 + ICMPv6NDOptLLA Class Test (RFC 4068)2663 = ICMPv6NDOptLLA - Basic Instantiation 2664 raw(ICMPv6NDOptLLA()) == b'\x13\x01\x00\x00\x00\x00\x00\x00\x00'2666 = ICMPv6NDOptLLA - Instantiation with specific values2667 raw(ICMPv6NDOptLLA(len=2, optcode=3, lla="ff:11:ff:11:ff:11")) == b'\x13\x02\x03\xff\x11\xff\x11\xf…2669 = ICMPv6NDOptLLA - Basic Dissection 2670 a=ICMPv6NDOptLLA(b'\x13\x01\x00\x00\x00\x00\x00\x00\x00')2673 = ICMPv6NDOptLLA - Dissection with specific values2674 a=ICMPv6NDOptLLA(b'\x13\x02\x03\xff\x11\xff\x11\xff\x11')