Lines Matching refs:ICMPv6NIReplyName
2972 b = ICMPv6NIReplyName()
3052 = ICMPv6NIReplyName - dispatch
3053 s = raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/ICMPv6NIReplyName())
3055 isinstance(p.payload, ICMPv6NIReplyName)
3113 + Test Node Information Query - ICMPv6NIReplyName
3115 = ICMPv6NIReplyName - single label DNS name as a rawing (without ttl) (internal)
3116 a=ICMPv6NIReplyName(data="abricot").getfieldval("data")
3119 = ICMPv6NIReplyName - single label DNS name as a rawing (without ttl)
3120 ICMPv6NIReplyName(data="abricot").data == [0, b"abricot"]
3122 = ICMPv6NIReplyName - fqdn name as a rawing (without ttl) (internal)
3123 a=ICMPv6NIReplyName(data="n.d.tld").getfieldval("data")
3126 = ICMPv6NIReplyName - fqdn name as a rawing (without ttl)
3127 ICMPv6NIReplyName(data="n.d.tld").data == [0, b'n.d.tld']
3129 = ICMPv6NIReplyName - list of 2 single label DNS names (without ttl) (internal)
3130 a=ICMPv6NIReplyName(data=["abricot", "poire"]).getfieldval("data")
3133 = ICMPv6NIReplyName - list of 2 single label DNS names (without ttl)
3134 ICMPv6NIReplyName(data=["abricot", "poire"]).data == [0, b"abricot", b"poire"]
3136 = ICMPv6NIReplyName - [ttl, single-label, single-label, fqdn] (internal)
3137 a=ICMPv6NIReplyName(data=[42, "abricot", "poire", "n.d.tld"]).getfieldval("data")
3140 = ICMPv6NIReplyName - [ttl, single-label, single-label, fqdn]
3141 ICMPv6NIReplyName(data=[42, "abricot", "poire", "n.d.tld"]).data == [42, b"abricot", b"poire", b"n.…