Home
last modified time | relevance | path

Searched refs:ICMP6_NI_REPLY (Results 1 – 22 of 22) sorted by relevance

/dports/net/honeyd/honeyd-1.5c/dpkt/dpkt/
H A Dicmp6.py35 ICMP6_NI_REPLY = 140 # node information reply variable
/dports/net/py-dpkt/dpkt-1.9.6/dpkt/
H A Dicmp6.py37 ICMP6_NI_REPLY = 140 # node information reply variable
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/layer3/
H A Dicmp6.py45 ICMP6_NI_REPLY = 140 # node information reply variable
/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-icmpv6.h58 #define ICMP6_NI_REPLY 140 macro
H A Ddecode-icmpv6.c164 CASE_CODE(ICMP6_NI_QUERY, ICMP6_NI_REPLY); in ICMPv6GetCounterpart()
373 case ICMP6_NI_REPLY: in DecodeICMPV6()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-icmp6.c125 #define ICMP6_NI_REPLY 140 /* node information reply - RFC 4620 */ macro
676 { ICMP6_NI_REPLY, "node information reply"},
1267 case ICMP6_NI_REPLY: in icmp6_print()
1839 case ICMP6_NI_REPLY: in icmp6_nodeinfo_print()
/dports/net/onioncat/onioncat-0.3.9/src/cygwin/
H A Dopenbsd_netinet_icmp6.h147 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/netinet/
H A Dicmp6.h127 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/netinet/
H A Dicmp6.h127 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dicmp6.h128 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dicmp6.h128 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dicmp6.h128 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dicmp6.h128 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/security/ipv6toolkit/ipv6toolkit-v2.0/tools/
H A Dni6.c1190 type= ICMP6_NI_REPLY;
1853 ni->ni_type= ICMP6_NI_REPLY;
2531 else if(type == ICMP6_NI_REPLY){
H A Dlibipv6.h707 #define ICMP6_NI_REPLY 140 /* node information reply */ macro
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c653 #define ICMP6_NI_REPLY 140 macro
697 …{ ICMP6_NI_REPLY, "Node Information Reply" }, /* [RFC4620] */
4072 case ICMP6_NI_REPLY: in dissect_icmpv6()
4449 case ICMP6_NI_REPLY: /* ICMP Node Information Response (140) */ in dissect_icmpv6()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c653 #define ICMP6_NI_REPLY 140
697 …{ ICMP6_NI_REPLY, "Node Information Reply" }, /* [RFC4620] */
4072 case ICMP6_NI_REPLY:
4449 case ICMP6_NI_REPLY: /* ICMP Node Information Response (140) */
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c653 #define ICMP6_NI_REPLY 140 macro
697 …{ ICMP6_NI_REPLY, "Node Information Reply" }, /* [RFC4620] */
4072 case ICMP6_NI_REPLY: in dissect_icmpv6()
4449 case ICMP6_NI_REPLY: /* ICMP Node Information Response (140) */ in dissect_icmpv6()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c653 #define ICMP6_NI_REPLY 140 macro
697 …{ ICMP6_NI_REPLY, "Node Information Reply" }, /* [RFC4620] */
4072 case ICMP6_NI_REPLY: in dissect_icmpv6()
4449 case ICMP6_NI_REPLY: /* ICMP Node Information Response (140) */ in dissect_icmpv6()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h2626 #ifndef ICMP6_NI_REPLY
2627 # define ICMP6_NI_REPLY 140 macro
H A Dfil.c9090 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY; in ipf_main_load()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Dicmp6.c1466 nni6->ni_type = ICMP6_NI_REPLY; in ni6_input()