Home
last modified time | relevance | path

Searched refs:icmp_error (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/bsd/netinet/
H A Dip_icmp.h241 void icmp_error(struct mbuf *, int, int, n_long, u_int32_t);
H A Dip_input.c3049 icmp_error(m, type, code, 0, 0); in ip_dooptions()
3461 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, in ip_forward()
3489 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0); in ip_forward()
3735 icmp_error(mcopy, type, code, dest, nextmtu); in ip_forward()
H A Dip_icmp.c182 icmp_error( in icmp_error() function
H A Dudp_usrreq.c707 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
/xnu-10002.1.13/bsd/net/
H A Dpf.c2901 icmp_error(m0, type, code, 0, 0); in pf_send_icmp()
9386 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, in pf_route()