Searched refs:ICMPv6NIReplyNOOP (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/layers/ |
D | inet6.py | 2502 class ICMPv6NIReplyNOOP(_ICMPv6NIAnswers, _ICMPv6NIHashret, _ICMPv6): class 2513 class ICMPv6NIReplyName(ICMPv6NIReplyNOOP): 2517 class ICMPv6NIReplyIPv6(ICMPv6NIReplyNOOP): 2521 class ICMPv6NIReplyIPv4(ICMPv6NIReplyNOOP): 2525 class ICMPv6NIReplyRefuse(ICMPv6NIReplyNOOP): 2529 class ICMPv6NIReplyUnknown(ICMPv6NIReplyNOOP): 2551 4: ICMPv6NIReplyIPv4 }.get(qtype, ICMPv6NIReplyNOOP)
|
/external/scapy/test/ |
D | regression.uts | 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") [all …]
|