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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c195 icmpreplytype4[i] = -1;
196 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
197 icmpreplytype4[ICMP_TSTAMP] = ICMP_TSTAMPREPLY;
198 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
199 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
H A Dfil.c4243 int icmpreplytype4[ICMP_MAXTYPE + 1]; variable
4274 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1610 extern int icmpreplytype4[ICMP_MAXTYPE + 1];

Completed in 73 milliseconds