Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1017 #ifndef ICMP6_NI_QUERY
1018 # define ICMP6_NI_QUERY 139 macro
H A Dip_state.c1529 case ICMP6_NI_QUERY :
H A Dfil.c9448 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY; in ipf_main_load()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h132 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/f-stack/freebsd/netinet/
H A Dicmp6.h128 #define ICMP6_NI_QUERY 139 /* node information request */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c856 icmp6_type == ICMP6_NI_QUERY)) in is_icmp6_query()