Home
last modified time | relevance | path

Searched refs:icmpreplytype6 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c4362 int icmpreplytype6[ICMP6_MAXTYPE + 1]; variable
4407 (rev && (icmpreplytype6[ictype] == icmp->icmp_type))) {
9445 icmpreplytype6[i] = -1; in ipf_main_load()
9446 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY; in ipf_main_load()
9447 icmpreplytype6[ICMP6_MEMBERSHIP_QUERY] = ICMP6_MEMBERSHIP_REPORT; in ipf_main_load()
9448 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY; in ipf_main_load()
9449 icmpreplytype6[ND_ROUTER_SOLICIT] = ND_ROUTER_ADVERT; in ipf_main_load()
9450 icmpreplytype6[ND_NEIGHBOR_SOLICIT] = ND_NEIGHBOR_ADVERT; in ipf_main_load()
H A Dip_fil.h1847 extern int icmpreplytype6[ICMP6_MAXTYPE + 1];