Searched defs:ICMPv6ND_RS (Results 1 - 1 of 1) sorted by relevance

/external/scapy/scapy/layers/
H A Dinet6.py1314 133: "ICMPv6ND_RS",
1974 class ICMPv6ND_RS(_ICMPv6NDGuessPayload, _ICMPv6): class in inherits:_ICMPv6NDGuessPayload, _ICMPv6
2003 return isinstance(other, ICMPv6ND_RS)
3872 if not (Ether in req and IPv6 in req and ICMPv6ND_RS in req):

Completed in 71 milliseconds