Home
last modified time | relevance | path

Searched refs:ICMP_MAXTYPE (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/netinet/
H A Dicmp_var.h27 int icps_outhist[ICMP_MAXTYPE + 1];
34 int icps_inhist[ICMP_MAXTYPE + 1];
H A Dip_icmp.h170 #define ICMP_MAXTYPE 18 macro
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1611 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1615 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_compat.h2432 #undef ICMP_MAXTYPE
2433 #define ICMP_MAXTYPE 18 macro
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1292 if ((type < 0) || (type > ICMP_MAXTYPE))
H A Dfil.c4202 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4244 int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_state.c194 for (i = 0; i <= ICMP_MAXTYPE; i++)