pr_type
inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);
char *pr_type(u_char);
printf(": icmp type %d (%s) code %d\n", type, pr_type(type),
static const char *pr_type(int);