Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dip_icmp.h241 void icmp_error(struct mbuf *, int, int, n_long, u_int32_t);
H A Dip_input.c3047 icmp_error(m, type, code, 0, 0); in ip_dooptions()
3459 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, in ip_forward()
3487 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0); in ip_forward()
3733 icmp_error(mcopy, type, code, dest, nextmtu); in ip_forward()
H A Dip_icmp.c193 icmp_error( in icmp_error() function
H A Dudp_usrreq.c693 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
/xnu-8020.121.3/bsd/net/
H A Dpf.c2787 icmp_error(m0, type, code, 0, 0); in pf_send_icmp()
9203 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, in pf_route()