Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp_var.h26 int icps_outhist[ICMP_MAXTYPE + 1];
33 int icps_inhist[ICMP_MAXTYPE + 1];
H A Dip_icmp.h171 #define ICMP_MAXTYPE 18 macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1612 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1616 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_compat.h2434 #undef ICMP_MAXTYPE
2435 #define ICMP_MAXTYPE 18 macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1506 if ((type < 0) || (type > ICMP_MAXTYPE))
H A Dfil.c4200 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4242 int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_state.c194 for (i = 0; i <= ICMP_MAXTYPE; i++)