HomeSort by: relevance | last modified time | path
    Searched refs:icmpreplytype4 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 4310 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable in typeref:typename:int[]
4338 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) {
9154 icmpreplytype4[i] = -1;
9155 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
9156 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
9157 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
9158 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
ip_fil.h 1991 extern int icmpreplytype4[ICMP_MAXTYPE + 1];

Completed in 19 milliseconds