Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2331 class ICMPv6NIQueryNOOP(_ICMPv6NIHashret, _ICMPv6): class
2342 class ICMPv6NIQueryName(ICMPv6NIQueryNOOP):
2347 class ICMPv6NIQueryIPv6(ICMPv6NIQueryNOOP):
2352 class ICMPv6NIQueryIPv4(ICMPv6NIQueryNOOP):
2540 cls = { 0: ICMPv6NIQueryNOOP,
/external/scapy/test/
Dregression.uts2799 + Test Node Information Query - ICMPv6NIQueryNOOP
2801 = ICMPv6NIQueryNOOP - Basic Instantiation
2802 raw(ICMPv6NIQueryNOOP(nonce=b"\x00"*8)) == b'\x8b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x…
2804 = ICMPv6NIQueryNOOP - Basic Dissection
2805 a = ICMPv6NIQueryNOOP(b'\x8b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…
2931 t = raw(ICMPv6NIQueryNOOP(flags="T", nonce="A"*8))[6:8]
2932 a = raw(ICMPv6NIQueryNOOP(flags="A", nonce="A"*8))[6:8]
2933 c = raw(ICMPv6NIQueryNOOP(flags="C", nonce="A"*8))[6:8]
2934 l = raw(ICMPv6NIQueryNOOP(flags="L", nonce="A"*8))[6:8]
2935 s = raw(ICMPv6NIQueryNOOP(flags="S", nonce="A"*8))[6:8]
[all …]