Searched refs:icmpreplytype4 (Results 1 – 2 of 2) sorted by relevance
4274 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable4302 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()9215 icmpreplytype4[i] = -1;9216 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;9217 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;9218 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;9219 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
1857 extern int icmpreplytype4[ICMP_MAXTYPE + 1];