Home
last modified time | relevance | path

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

/dports/net/honeyd/honeyd-1.5c/dpkt/dpkt/
H A Dicmp6.py34 ICMP6_NI_QUERY = 139 # node information request variable
/dports/net/py-dpkt/dpkt-1.9.6/dpkt/
H A Dicmp6.py36 ICMP6_NI_QUERY = 139 # node information request variable
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/layer3/
H A Dicmp6.py44 ICMP6_NI_QUERY = 139 # node information request variable
/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-icmpv6.h57 #define ICMP6_NI_QUERY 139 macro
H A Ddecode-icmpv6.c164 CASE_CODE(ICMP6_NI_QUERY, ICMP6_NI_REPLY); in ICMPv6GetCounterpart()
367 case ICMP6_NI_QUERY: in DecodeICMPV6()
/dports/security/ipv6toolkit/ipv6toolkit-v2.0/tools/
H A Dni6.c309 type= ICMP6_NI_QUERY;
1098 type= ICMP6_NI_QUERY;
1235 if(pkt_ni->ni_type != ICMP6_NI_QUERY){
2071 ni->ni_type= ICMP6_NI_QUERY;
2456 if(type==ICMP6_NI_QUERY){
2588 if(flags_f || type== ICMP6_NI_QUERY){
H A Dlibipv6.h706 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-icmp6.c124 #define ICMP6_NI_QUERY 139 /* node information request - RFC 4620 */ macro
675 { ICMP6_NI_QUERY, "node information query"},
1266 case ICMP6_NI_QUERY: in icmp6_print()
1728 case ICMP6_NI_QUERY: in icmp6_nodeinfo_print()
/dports/net/onioncat/onioncat-0.3.9/src/cygwin/
H A Dopenbsd_netinet_icmp6.h146 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/netinet/
H A Dicmp6.h126 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/netinet/
H A Dicmp6.h126 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dicmp6.h127 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dicmp6.h127 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dicmp6.h127 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dicmp6.h127 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c652 #define ICMP6_NI_QUERY 139 macro
696 …{ ICMP6_NI_QUERY, "Node Information Query" }, /* [RFC4620] */
3563 if(icmp6_type == ICMP6_NI_QUERY){ in dissect_nodeinfo()
4069 case ICMP6_NI_QUERY: in dissect_icmpv6()
4448 case ICMP6_NI_QUERY: /* ICMP Node Information Query (139) */ in dissect_icmpv6()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c652 #define ICMP6_NI_QUERY 139
696 …{ ICMP6_NI_QUERY, "Node Information Query" }, /* [RFC4620] */
3563 if(icmp6_type == ICMP6_NI_QUERY){
4069 case ICMP6_NI_QUERY:
4448 case ICMP6_NI_QUERY: /* ICMP Node Information Query (139) */
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c652 #define ICMP6_NI_QUERY 139 macro
696 …{ ICMP6_NI_QUERY, "Node Information Query" }, /* [RFC4620] */
3563 if(icmp6_type == ICMP6_NI_QUERY){ in dissect_nodeinfo()
4069 case ICMP6_NI_QUERY: in dissect_icmpv6()
4448 case ICMP6_NI_QUERY: /* ICMP Node Information Query (139) */ in dissect_icmpv6()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-icmpv6.c652 #define ICMP6_NI_QUERY 139 macro
696 …{ ICMP6_NI_QUERY, "Node Information Query" }, /* [RFC4620] */
3563 if(icmp6_type == ICMP6_NI_QUERY){ in dissect_nodeinfo()
4069 case ICMP6_NI_QUERY: in dissect_icmpv6()
4448 case ICMP6_NI_QUERY: /* ICMP Node Information Query (139) */ in dissect_icmpv6()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h2623 #ifndef ICMP6_NI_QUERY
2624 # define ICMP6_NI_QUERY 139 macro
H A Dip_state.c1491 case ICMP6_NI_QUERY : in ipf_state_add()
H A Dfil.c9090 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY; in ipf_main_load()