Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py1824 class ICMPv6NDOptLLA(_ICMPv6NDGuessPayload, Packet): # RFC 4068 class
/external/scapy/test/
Dregression.uts2661 + 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 values
2667 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 values
2674 a=ICMPv6NDOptLLA(b'\x13\x02\x03\xff\x11\xff\x11\xff\x11')