Home
last modified time | relevance | path

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

/external/scapy/test/
Dregression.uts2680 + 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)
[all …]
/external/scapy/scapy/layers/
Dinet6.py1880 class ICMPv6NDOptRouteInfo(_ICMPv6NDGuessPayload, Packet): # RFC 4191 class