Searched defs:icmp_error (Results 1 - 2 of 2) sorted by relevance

/external/qemu/slirp/
H A Dip_icmp.c44 /* list of actions for icmp_error() on RX of an icmp message */
156 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno));
204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, function
212 DEBUG_CALL("icmp_error");
/external/qemu/slirp-android/
H A Dip_icmp.c45 /* list of actions for icmp_error() on RX of an icmp message */
158 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, function
214 DEBUG_CALL("icmp_error");

Completed in 77 milliseconds