Searched refs:icmpreplytype4 (Results 1 – 2 of 2) sorted by relevance
4257 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable4285 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()9145 icmpreplytype4[i] = -1;9146 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;9147 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;9148 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;9149 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
1856 extern int icmpreplytype4[ICMP_MAXTYPE + 1];