Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c4254 int icmpreplytype6[ICMP6_MAXTYPE + 1]; variable
4295 (rev && (icmpreplytype6[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()
9154 icmpreplytype6[i] = -1;
9155 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY;
9156 icmpreplytype6[ICMP6_MEMBERSHIP_QUERY] = ICMP6_MEMBERSHIP_REPORT;
9157 icmpreplytype6[ICMP6_NI_QUERY] = ICMP6_NI_REPLY;
9158 icmpreplytype6[ND_ROUTER_SOLICIT] = ND_ROUTER_ADVERT;
9159 icmpreplytype6[ND_NEIGHBOR_SOLICIT] = ND_NEIGHBOR_ADVERT;
H A Dip_fil.h1850 extern int icmpreplytype6[ICMP6_MAXTYPE + 1];