Searched refs:ICMPv6NDOptHAInfo (Results 1 – 2 of 2) sorted by relevance
1781 class ICMPv6NDOptHAInfo(_ICMPv6NDGuessPayload, Packet): class
2548 + ICMPv6NDOptHAInfo Class Test2550 = ICMPv6NDOptHAInfo - Basic Instantiation2551 raw(ICMPv6NDOptHAInfo()) == b'\x08\x01\x00\x00\x00\x00\x00\x01'2553 = ICMPv6NDOptHAInfo - Instantiation with specific values2554 raw(ICMPv6NDOptHAInfo(len=2, res=0x1111, pref=0x2222, lifetime=0x3333)) == b'\x08\x02\x11\x11""33'2556 = ICMPv6NDOptHAInfo - Basic dissection2557 a=ICMPv6NDOptHAInfo(b'\x08\x01\x00\x00\x00\x00\x00\x01')2560 = ICMPv6NDOptHAInfo - Dissection with specific values2561 a=ICMPv6NDOptHAInfo(b'\x08\x02\x11\x11""33')