Lines Matching refs:ICMPv6NIQueryNOOP
2799 + 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]
2936 g = raw(ICMPv6NIQueryNOOP(flags="G", nonce="A"*8))[6:8]
2937 allflags = raw(ICMPv6NIQueryNOOP(flags="TALCLSG", nonce="A"*8))[6:8]
2964 a = ICMPv6NIQueryNOOP()