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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_icmp.h231 void icmp_error(struct mbuf *, int, int, n_long, u_int32_t);
H A Dip_input.c2308 /* XXX icmp_error adds in hdr length */
2310 icmp_error(m, type, code, 0, 0);
2673 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS,
2701 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0);
2714 * data in a cluster may change before we reach icmp_error().
2962 icmp_error(mcopy, type, code, dest, nextmtu);
H A Dip_icmp.c191 icmp_error( function
211 printf("icmp_error(0x%llx, %x, %d)\n",
250 printf("icmp_error: bad length\n");
258 panic("icmp_error");
H A Dudp_usrreq.c674 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
H A Dip_fw2.c1898 /* We need the IP header in host order for icmp_error(). */
1905 icmp_error(args->fwa_m, ICMP_UNREACH, code, 0L, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c2609 icmp_error(m0, type, code, 0, 0);
7811 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0,

Completed in 203 milliseconds