Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py1697 class ICMPv6NDOptPrefixInfo(_ICMPv6NDGuessPayload, Packet): class
3792 while ICMPv6NDOptPrefixInfo in tmp:
3793 pio = tmp[ICMPv6NDOptPrefixInfo]
/external/scapy/test/
Dregression.uts2428 + ICMPv6NDOptPrefixInfo Class Test
2430 = ICMPv6NDOptPrefixInfo - Basic Instantiation
2431 raw(ICMPv6NDOptPrefixInfo()) == b'\x03\x04\x00\xc0\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\…
2433 = ICMPv6NDOptPrefixInfo - Instantiation with specific values
2434 raw(ICMPv6NDOptPrefixInfo(len=5, prefixlen=64, L=0, A=0, R=1, res1=1, validlifetime=0x11111111, pre…
2436 = ICMPv6NDOptPrefixInfo - Basic Dissection
2437 a=ICMPv6NDOptPrefixInfo(b'\x03\x04\x00\xc0\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\…
2440 = ICMPv6NDOptPrefixInfo - Instantiation with specific values
2441 a=ICMPv6NDOptPrefixInfo(b'\x03\x05@!\x11\x11\x11\x11""""3333 \x01\r\xb8\x00\x00\x00\x00\x00\x00\x00…
4702 raw(IPv6()/ICMPv6MPAdv()/ICMPv6NDOptPrefixInfo()) == s
[all …]