Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2529 class ICMPv6NIReplyUnknown(ICMPv6NIReplyNOOP): class
2555 cls = ICMPv6NIReplyUnknown
/external/scapy/test/
Dregression.uts2976 f = ICMPv6NIReplyUnknown()
3072 = ICMPv6NIReplyUnknown - dispatch
3073 s = raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/ICMPv6NIReplyUnknown())
3075 isinstance(p.payload, ICMPv6NIReplyUnknown)
3252 + Test Node Information Query - ICMPv6NIReplyUnknown
3254 = ICMPv6NIReplyUnknown - basic instantiation
3255 raw(ICMPv6NIReplyUnknown(nonce=b'\x00'*8)) == b'\x8c\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…