Home
last modified time | relevance | path

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

/original-bsd/sys/netinet/
H A Dip_icmp.h129 void icmp_error __P((struct mbuf *, int, int, n_long, struct ifnet *));
H A Dip_input.c792 icmp_error(m, type, code, 0, 0);
993 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, dest, 0);
1011 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0);
1108 icmp_error(mcopy, type, code, dest, destifp);
H A Dudp_usrreq.c237 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
H A Dip_icmp.c47 icmp_error(n, type, code, dest, destifp) in icmp_error() function