HomeSort by relevance Sort by last modified time
    Searched defs:icmp_error (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
ip_icmp.c 44 /* 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/
ip_icmp.c 45 /* 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 15 milliseconds