Home
last modified time | relevance | path

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

/external/scapy/test/
Dregression.uts4700 = ICMPv6MPAdv - build (default values)
4702 raw(IPv6()/ICMPv6MPAdv()/ICMPv6NDOptPrefixInfo()) == s
4704 = ICMPv6MPAdv - dissection (default values)
4706 p[ICMPv6MPAdv].type == 147 and p[ICMPv6MPAdv].cksum == 0xe8d6 and p[ICMPv6NDOptPrefixInfo].prefix =…
4708 = ICMPv6MPAdv - build
4710 raw(IPv6()/ICMPv6MPAdv(cksum=0x2807, flags=1, id=42)/ICMPv6NDOptPrefixInfo(prefix='2001:db8::1', L=…
4712 = ICMPv6MPAdv - dissection
4714 p[ICMPv6MPAdv].cksum == 0x2807 and p[ICMPv6MPAdv].flags == 1 and p[ICMPv6MPAdv].id == 42 and p[ICMP…
/external/scapy/scapy/layers/
Dinet6.py2605 class ICMPv6MPAdv(_ICMPv6NDGuessPayload, _ICMPv6): class