Searched refs:icmpreplytype4 (Results 1 – 2 of 2) sorted by relevance
4367 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable4399 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) {9435 icmpreplytype4[i] = -1; in ipf_main_load()9436 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY; in ipf_main_load()9437 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY; in ipf_main_load()9438 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY; in ipf_main_load()9439 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY; in ipf_main_load()
1896 extern int icmpreplytype4[ICMP_MAXTYPE + 1];