Home
last modified time | relevance | path

Searched refs:ICMP6_MEMBERSHIP_QUERY (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h969 #ifndef ICMP6_MEMBERSHIP_QUERY
970 # define ICMP6_MEMBERSHIP_QUERY 130 macro
H A Dip_nat6.c4080 case ICMP6_MEMBERSHIP_QUERY:
H A Dip_state.c1526 case ICMP6_MEMBERSHIP_QUERY :
H A Dfil.c9447 icmpreplytype6[ICMP6_MEMBERSHIP_QUERY] = ICMP6_MEMBERSHIP_REPORT; in ipf_main_load()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h109 #define ICMP6_MEMBERSHIP_QUERY 130 /* group membership query */ macro
/f-stack/freebsd/netinet/
H A Dicmp6.h105 #define ICMP6_MEMBERSHIP_QUERY 130 /* group membership query */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c853 icmp6_type == ICMP6_MEMBERSHIP_QUERY || in is_icmp6_query()