Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c15 # undef ICMP6_NI_QUERY
16 # define ICMP6_NI_QUERY 0 macro
77 { "infoqry", -1, ICMP6_NI_QUERY },
78 { "inforeq", ICMP_IREQ, ICMP6_NI_QUERY },
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c122 #define ICMP6_NI_QUERY 139 /* node information request - RFC 4620 */ macro
664 { ICMP6_NI_QUERY, "node information query"},
1251 case ICMP6_NI_QUERY: in icmp6_print()
1712 case ICMP6_NI_QUERY: in icmp6_nodeinfo_print()
/freebsd/sbin/ping/
H A Dping6.c1312 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1329 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1344 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1361 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
2385 case ICMP6_NI_QUERY: in pr_icmph()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h994 #ifndef ICMP6_NI_QUERY
995 # define ICMP6_NI_QUERY 139 macro
H A Dip_state.c1480 case ICMP6_NI_QUERY : in ipf_state_add()
H A Dfil.c9153 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY;
/freebsd/sys/netinet/
H A Dicmp6.h127 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c291 { ICMP6_NI_QUERY, icmpnodeinfo6,
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c135 { "niqry", ICMP6_NI_QUERY },
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c856 icmp6_type == ICMP6_NI_QUERY)) in is_icmp6_query()