• Home
  • Raw
  • Download

Lines Matching refs:ICMPv6NIReplyNOOP

2953 t = raw(ICMPv6NIReplyNOOP(flags="T", nonce="A"*8))[6:8]
2954 a = raw(ICMPv6NIReplyNOOP(flags="A", nonce="A"*8))[6:8]
2955 c = raw(ICMPv6NIReplyNOOP(flags="C", nonce="A"*8))[6:8]
2956 l = raw(ICMPv6NIReplyNOOP(flags="L", nonce="A"*8))[6:8]
2957 s = raw(ICMPv6NIReplyNOOP(flags="S", nonce="A"*8))[6:8]
2958 g = raw(ICMPv6NIReplyNOOP(flags="G", nonce="A"*8))[6:8]
2959 allflags = raw(ICMPv6NIReplyNOOP(flags="TALCLSG", nonce="A"*8))[6:8]
3080 + Test Node Information Query - ICMPv6NIReplyNOOP
3082 = ICMPv6NIReplyNOOP - single DNS name without hint => understood as string (internal)
3083 a=ICMPv6NIReplyNOOP(data="abricot").getfieldval("data")
3086 = ICMPv6NIReplyNOOP - single DNS name without hint => understood as string
3087 ICMPv6NIReplyNOOP(data="abricot").data == b"abricot"
3089 = ICMPv6NIReplyNOOP - fqdn without hint => understood as string (internal)
3090 a=ICMPv6NIReplyNOOP(data="n.d.tld").getfieldval("data")
3093 = ICMPv6NIReplyNOOP - fqdn without hint => understood as string
3094 ICMPv6NIReplyNOOP(data="n.d.tld").data == b"n.d.tld"
3096 = ICMPv6NIReplyNOOP - IPv6 address without hint => understood as string (internal)
3097 a=ICMPv6NIReplyNOOP(data="2001:0db8::1").getfieldval("data")
3100 = ICMPv6NIReplyNOOP - IPv6 address without hint => understood as string
3101 ICMPv6NIReplyNOOP(data="2001:0db8::1").data == b"2001:0db8::1"
3103 = ICMPv6NIReplyNOOP - IPv4 address without hint => understood as string (internal)
3104 a=ICMPv6NIReplyNOOP(data="169.254.253.010").getfieldval("data")
3107 = ICMPv6NIReplyNOOP - IPv4 address without hint => understood as string
3108 ICMPv6NIReplyNOOP(data="169.254.253.010").data == b"169.254.253.010"