Searched refs:ICMPv6NDOptMTU (Results 1 – 2 of 2) sorted by relevance
1757 class ICMPv6NDOptMTU(_ICMPv6NDGuessPayload, Packet): class
2491 + ICMPv6NDOptMTU Class Test 2493 = ICMPv6NDOptMTU - Basic Instantiation2494 raw(ICMPv6NDOptMTU()) == b'\x05\x01\x00\x00\x00\x00\x05\x00'2496 = ICMPv6NDOptMTU - Instantiation with specific values2497 raw(ICMPv6NDOptMTU(len=2, res=0x1111, mtu=1500)) == b'\x05\x02\x11\x11\x00\x00\x05\xdc'2499 = ICMPv6NDOptMTU - Basic dissection2500 a=ICMPv6NDOptMTU(b'\x05\x01\x00\x00\x00\x00\x05\x00')2503 = ICMPv6NDOptMTU - Dissection with specific values2504 a=ICMPv6NDOptMTU(b'\x05\x02\x11\x11\x00\x00\x05\xdc')