Searched refs:icmpreplytype4 (Results 1 – 2 of 2) sorted by relevance
4290 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable4318 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()9231 icmpreplytype4[i] = -1;9232 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;9233 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;9234 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;9235 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
1857 extern int icmpreplytype4[ICMP_MAXTYPE + 1];