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