Searched refs:icmpreplytype4 (Results 1 – 2 of 2) sorted by relevance
4250 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable4278 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()9140 icmpreplytype4[i] = -1;9141 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;9142 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;9143 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;9144 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
1854 extern int icmpreplytype4[ICMP_MAXTYPE + 1];