Home
last modified time | relevance | path

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

/external/scapy/test/
Dregression.uts2974 d = ICMPv6NIReplyIPv4()
3062 = ICMPv6NIReplyIPv4 - dispatch
3063 s = raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/ICMPv6NIReplyIPv4())
3065 isinstance(p.payload, ICMPv6NIReplyIPv4)
3191 + Test Node Information Query - ICMPv6NIReplyIPv4
3193 = ICMPv6NIReplyIPv4 - one IPv4 address without TTL (internal)
3194 a=ICMPv6NIReplyIPv4(data="169.254.253.252").getfieldval("data")
3197 = ICMPv6NIReplyIPv4 - one IPv4 address without TTL
3198 ICMPv6NIReplyIPv4(data="169.254.253.252").data == [(0, '169.254.253.252')]
3200 = ICMPv6NIReplyIPv4 - one IPv4 address without TTL (as a list) (internal)
[all …]
/external/scapy/scapy/layers/
Dinet6.py2521 class ICMPv6NIReplyIPv4(ICMPv6NIReplyNOOP): class
2551 4: ICMPv6NIReplyIPv4 }.get(qtype, ICMPv6NIReplyNOOP)