Lines Matching refs:ICMPv6NDOptRouteInfo
2680 + ICMPv6NDOptRouteInfo Class Test
2682 = ICMPv6NDOptRouteInfo - Basic Instantiation
2683 raw(ICMPv6NDOptRouteInfo()) == b'\x18\x01\x00\x00\xff\xff\xff\xff'
2685 = ICMPv6NDOptRouteInfo - Instantiation with forced prefix but no length
2686 raw(ICMPv6NDOptRouteInfo(prefix="2001:db8:1:1:1:1:1:1")) == b'\x18\x03\x00\x00\xff\xff\xff\xff \x01…
2688 = ICMPv6NDOptRouteInfo - Instantiation with forced length values (1/4)
2689 raw(ICMPv6NDOptRouteInfo(len=1, prefix="2001:db8:1:1:1:1:1:1")) == b'\x18\x01\x00\x00\xff\xff\xff\x…
2691 = ICMPv6NDOptRouteInfo - Instantiation with forced length values (2/4)
2692 raw(ICMPv6NDOptRouteInfo(len=2, prefix="2001:db8:1:1:1:1:1:1")) == b'\x18\x02\x00\x00\xff\xff\xff\x…
2694 = ICMPv6NDOptRouteInfo - Instantiation with forced length values (3/4)
2695 raw(ICMPv6NDOptRouteInfo(len=3, prefix="2001:db8:1:1:1:1:1:1")) == b'\x18\x03\x00\x00\xff\xff\xff\x…
2697 = ICMPv6NDOptRouteInfo - Instantiation with forced length values (4/4)
2698 raw(ICMPv6NDOptRouteInfo(len=4, prefix="2001:db8:1:1:1:1:1:1")) == b'\x18\x04\x00\x00\xff\xff\xff\x…
2700 = ICMPv6NDOptRouteInfo - Instantiation with specific values
2701 raw(ICMPv6NDOptRouteInfo(len=6, plen=0x11, res1=1, prf=3, res2=1, rtlifetime=0x22222222, prefix="20…
2703 = ICMPv6NDOptRouteInfo - Basic dissection
2704 a=ICMPv6NDOptRouteInfo(b'\x18\x03\x00\x00\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x…
2707 = ICMPv6NDOptRouteInfo - Dissection with specific values
2708 a=ICMPv6NDOptRouteInfo(b'\x18\x04\x119"""" \x01\r\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x…