Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c4250 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable
4278 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()
9140 icmpreplytype4[i] = -1;
9141 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
9142 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
9143 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
9144 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
H A Dip_fil.h1854 extern int icmpreplytype4[ICMP_MAXTYPE + 1];