Searched refs:ICMPv6NDOptAdvInterval (Results 1 – 2 of 2) sorted by relevance
1772 class ICMPv6NDOptAdvInterval(_ICMPv6NDGuessPayload, Packet): class
2529 + ICMPv6NDOptAdvInterval Class Test 2531 = ICMPv6NDOptAdvInterval - Basic Instantiation2532 raw(ICMPv6NDOptAdvInterval()) == b'\x07\x01\x00\x00\x00\x00\x00\x00'2534 = ICMPv6NDOptAdvInterval - Instantiation with specific values2535 raw(ICMPv6NDOptAdvInterval(len=2, res=0x1111, advint=0xffffffff)) == b'\x07\x02\x11\x11\xff\xff\xff…2537 = ICMPv6NDOptAdvInterval - Basic dissection2538 a=ICMPv6NDOptAdvInterval(b'\x07\x01\x00\x00\x00\x00\x00\x00')2541 = ICMPv6NDOptAdvInterval - Dissection with specific values2542 a=ICMPv6NDOptAdvInterval(b'\x07\x02\x11\x11\xff\xff\xff\xff')