Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py1757 class ICMPv6NDOptMTU(_ICMPv6NDGuessPayload, Packet): class
/external/scapy/test/
Dregression.uts2491 + ICMPv6NDOptMTU Class Test
2493 = ICMPv6NDOptMTU - Basic Instantiation
2494 raw(ICMPv6NDOptMTU()) == b'\x05\x01\x00\x00\x00\x00\x05\x00'
2496 = ICMPv6NDOptMTU - Instantiation with specific values
2497 raw(ICMPv6NDOptMTU(len=2, res=0x1111, mtu=1500)) == b'\x05\x02\x11\x11\x00\x00\x05\xdc'
2499 = ICMPv6NDOptMTU - Basic dissection
2500 a=ICMPv6NDOptMTU(b'\x05\x01\x00\x00\x00\x00\x05\x00')
2503 = ICMPv6NDOptMTU - Dissection with specific values
2504 a=ICMPv6NDOptMTU(b'\x05\x02\x11\x11\x00\x00\x05\xdc')