Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2525 class ICMPv6NIReplyRefuse(ICMPv6NIReplyNOOP): class
2553 cls = ICMPv6NIReplyRefuse
/external/scapy/test/
Dregression.uts2975 e = ICMPv6NIReplyRefuse()
3067 = ICMPv6NIReplyRefuse - dispatch
3068 s = raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/ICMPv6NIReplyRefuse())
3070 isinstance(p.payload, ICMPv6NIReplyRefuse)
3241 + Test Node Information Query - ICMPv6NIReplyRefuse
3242 = ICMPv6NIReplyRefuse - basic instantiation
3243 raw(ICMPv6NIReplyRefuse())[:8] == b'\x8c\x01\x00\x00\x00\x00\x00\x00'
3245 = ICMPv6NIReplyRefuse - basic dissection
3246 a=ICMPv6NIReplyRefuse(b'\x8c\x01\x00\x00\x00\x00\x00\x00\xf1\xe9\xab\xc9\x8c\x0by\x18')
3257 = ICMPv6NIReplyRefuse - basic dissection
[all …]