Home
last modified time | relevance | path

Searched refs:icmpreplytype4 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c4365 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable
4397 (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()
H A Dip_fil.h1853 extern int icmpreplytype4[ICMP_MAXTYPE + 1];