Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py1781 class ICMPv6NDOptHAInfo(_ICMPv6NDGuessPayload, Packet): class
/external/scapy/test/
Dregression.uts2548 + ICMPv6NDOptHAInfo Class Test
2550 = ICMPv6NDOptHAInfo - Basic Instantiation
2551 raw(ICMPv6NDOptHAInfo()) == b'\x08\x01\x00\x00\x00\x00\x00\x01'
2553 = ICMPv6NDOptHAInfo - Instantiation with specific values
2554 raw(ICMPv6NDOptHAInfo(len=2, res=0x1111, pref=0x2222, lifetime=0x3333)) == b'\x08\x02\x11\x11""33'
2556 = ICMPv6NDOptHAInfo - Basic dissection
2557 a=ICMPv6NDOptHAInfo(b'\x08\x01\x00\x00\x00\x00\x00\x01')
2560 = ICMPv6NDOptHAInfo - Dissection with specific values
2561 a=ICMPv6NDOptHAInfo(b'\x08\x02\x11\x11""33')