Searched refs:ICMPv6NDOptShortcutLimit (Results 1 – 2 of 2) sorted by relevance
1764 class ICMPv6NDOptShortcutLimit(_ICMPv6NDGuessPayload, Packet): # RFC 2491 class
2510 + ICMPv6NDOptShortcutLimit Class Test (RFC2491)2512 = ICMPv6NDOptShortcutLimit - Basic Instantiation2513 raw(ICMPv6NDOptShortcutLimit()) == b'\x06\x01(\x00\x00\x00\x00\x00'2515 = ICMPv6NDOptShortcutLimit - Instantiation with specific values2516 raw(ICMPv6NDOptShortcutLimit(len=2, shortcutlim=0x11, res1=0xee, res2=0xaaaaaaaa)) == b'\x06\x02\x1…2518 = ICMPv6NDOptShortcutLimit - Basic Dissection2519 a=ICMPv6NDOptShortcutLimit(b'\x06\x01(\x00\x00\x00\x00\x00')2522 = ICMPv6NDOptShortcutLimit - Dissection with specific values2523 a=ICMPv6NDOptShortcutLimit(b'\x06\x02\x11\xee\xaa\xaa\xaa\xaa')