Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c4310 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable
4338 (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()
H A Dip_fil.h1991 extern int icmpreplytype4[ICMP_MAXTYPE + 1];