Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfilter/netinet/
H A Dfil.c4274 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable
4302 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { in ipf_matchicmpqueryreply()
9215 icmpreplytype4[i] = -1;
9216 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
9217 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
9218 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
9219 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
H A Dip_fil.h1857 extern int icmpreplytype4[ICMP_MAXTYPE + 1];