Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1609 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1613 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_compat.h2427 #undef ICMP_MAXTYPE
2428 #define ICMP_MAXTYPE 18 macro
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1292 if ((type < 0) || (type > ICMP_MAXTYPE))
H A Dfil.c4201 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4243 int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_state.c194 for (i = 0; i <= ICMP_MAXTYPE; i++)