Home
last modified time | relevance | path

Searched refs:ICMPv6NDOptShortcutLimit (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/
Dinet6.py1764 class ICMPv6NDOptShortcutLimit(_ICMPv6NDGuessPayload, Packet): # RFC 2491 class
/external/scapy/test/
Dregression.uts2510 + ICMPv6NDOptShortcutLimit Class Test (RFC2491)
2512 = ICMPv6NDOptShortcutLimit - Basic Instantiation
2513 raw(ICMPv6NDOptShortcutLimit()) == b'\x06\x01(\x00\x00\x00\x00\x00'
2515 = ICMPv6NDOptShortcutLimit - Instantiation with specific values
2516 raw(ICMPv6NDOptShortcutLimit(len=2, shortcutlim=0x11, res1=0xee, res2=0xaaaaaaaa)) == b'\x06\x02\x1…
2518 = ICMPv6NDOptShortcutLimit - Basic Dissection
2519 a=ICMPv6NDOptShortcutLimit(b'\x06\x01(\x00\x00\x00\x00\x00')
2522 = ICMPv6NDOptShortcutLimit - Dissection with specific values
2523 a=ICMPv6NDOptShortcutLimit(b'\x06\x02\x11\xee\xaa\xaa\xaa\xaa')