Home
last modified time | relevance | path

Searched refs:icmptypes (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Daddicmp.c14 char *icmptypes[MAX_ICMPTYPE + 1] = { variable
45 for (t = icmptypes, i = 0; ; t++, i++) {
H A Dprintfr.c172 if (type < (sizeof(icmptypes) / sizeof(char *) - 1) &&
173 icmptypes[type] && fp->fr_proto == IPPROTO_ICMP)
174 printf(" icmp-type %s", icmptypes[type]);
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dipf.h184 extern char *icmptypes[MAX_ICMPTYPE + 1];
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c241 static icmp_type_t icmptypes[] = { variable
587 it = find_icmptype(type, icmptypes, sizeof(icmptypes) / sizeof(*it));