Searched refs:ICMPv6NDOptRouteInfo (Results 1 – 2 of 2) sorted by relevance
2680 + ICMPv6NDOptRouteInfo Class Test2682 = ICMPv6NDOptRouteInfo - Basic Instantiation2683 raw(ICMPv6NDOptRouteInfo()) == b'\x18\x01\x00\x00\xff\xff\xff\xff'2685 = ICMPv6NDOptRouteInfo - Instantiation with forced prefix but no length2686 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)[all …]
1880 class ICMPv6NDOptRouteInfo(_ICMPv6NDGuessPayload, Packet): # RFC 4191 class