Searched refs:icmpreplytype4 (Results 1 – 2 of 2) sorted by relevance
4310 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable4338 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()9154 icmpreplytype4[i] = -1; in ipf_main_load()9155 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY; in ipf_main_load()9156 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY; in ipf_main_load()9157 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY; in ipf_main_load()9158 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY; in ipf_main_load()
1991 extern int icmpreplytype4[ICMP_MAXTYPE + 1];