Searched refs:ICMPv6MPSol (Results 1 – 2 of 2) sorted by relevance
2595 class ICMPv6MPSol(_ICMPv6): class2617 return isinstance(other, ICMPv6MPSol)
4683 = ICMPv6MPSol - build (default values)4686 raw(IPv6()/ICMPv6MPSol()) == s4688 = ICMPv6MPSol - dissection (default values)4690 p[ICMPv6MPSol].type == 146 and p[ICMPv6MPSol].cksum == 0x6dbb and p[ICMPv6MPSol].id == 04692 = ICMPv6MPSol - build4694 raw(IPv6()/ICMPv6MPSol(cksum=0x2808, id=8)) == s4696 = ICMPv6MPSol - dissection4698 p[ICMPv6MPSol].cksum == 0x2808 and p[ICMPv6MPSol].id == 8