Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2595 class ICMPv6MPSol(_ICMPv6): class
2617 return isinstance(other, ICMPv6MPSol)
/external/scapy/test/
Dregression.uts4683 = ICMPv6MPSol - build (default values)
4686 raw(IPv6()/ICMPv6MPSol()) == s
4688 = ICMPv6MPSol - dissection (default values)
4690 p[ICMPv6MPSol].type == 146 and p[ICMPv6MPSol].cksum == 0x6dbb and p[ICMPv6MPSol].id == 0
4692 = ICMPv6MPSol - build
4694 raw(IPv6()/ICMPv6MPSol(cksum=0x2808, id=8)) == s
4696 = ICMPv6MPSol - dissection
4698 p[ICMPv6MPSol].cksum == 0x2808 and p[ICMPv6MPSol].id == 8