Searched refs:icmp_error (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_icmp.h231 void icmp_error(struct mbuf *, int, int, n_long, u_int32_t);
H A Dip_input.c2096 ip->ip_len -= IP_VHL_HL(ip->ip_vhl) << 2; /* XXX icmp_error adds in hdr length */
2097 icmp_error(m, type, code, 0, 0);
2391 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS,
2423 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0);
2436 * data in a cluster may change before we reach icmp_error().
2663 icmp_error(mcopy, type, code, dest, nextmtu);
H A Dip_icmp.c193 icmp_error( function
213 printf("icmp_error(%p, %x, %d)\n", oip, type, code);
251 printf("icmp_error: bad length\n");
259 panic("icmp_error");
H A Dudp_usrreq.c668 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
H A Dip_fw2.c1818 /* We need the IP header in host order for icmp_error(). */
1825 icmp_error(args->fwa_m, ICMP_UNREACH, code, 0L, 0);
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2576 icmp_error(m0, type, code, 0, 0);
7777 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0,

Completed in 102 milliseconds