icmp_error
icmp_error(m0, type, code, 0, param);
void icmp_error(struct mbuf *, int, int, u_int32_t, int);
icmp_error(m, type, code, 0, 0);
icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, dest, 0);
icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0);
icmp_error(mcopy, type, code, dest, destmtu);
icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL,
icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT,