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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c4384 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable
4416 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) {
9369 icmpreplytype4[i] = -1;
9370 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
9371 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
9372 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
9373 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
H A Dip_fil.h1991 extern int icmpreplytype4[ICMP_MAXTYPE + 1];

Completed in 102 milliseconds