Searched refs:icmptypes (Results 1 – 4 of 4) sorted by relevance
14 char *icmptypes[MAX_ICMPTYPE + 1] = { variable45 for (t = icmptypes, i = 0; ; t++, i++) {
172 if (type < (sizeof(icmptypes) / sizeof(char *) - 1) &&173 icmptypes[type] && fp->fr_proto == IPPROTO_ICMP)174 printf(" icmp-type %s", icmptypes[type]);
185 extern char *icmptypes[MAX_ICMPTYPE + 1];
245 static icmp_type_t icmptypes[] = { variable591 it = find_icmptype(type, icmptypes, sizeof(icmptypes) / sizeof(*it));