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

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c4384 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable
4416 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) {
9404 icmpreplytype4[i] = -1;
9405 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
9406 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
9407 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
9408 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
H A Dip_fil.h1991 extern int icmpreplytype4[ICMP_MAXTYPE + 1];

Completed in 152 milliseconds