Searched refs:icmp_error (Results 1 - 12 of 12) sorted by relevance

/external/qemu/slirp/
H A Dip_icmp.h157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
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");
H A Dip_input.c162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");
685 /* ip->ip_len -= ip->ip_hl << 2; XXX icmp_error adds in hdr length */
688 icmp_error(m, type, code, 0, 0);
H A Dsocket.c468 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
513 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
H A Dudp.c237 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno));
H A Dtcp_input.c688 icmp_error(m, ICMP_UNREACH,code, 0,strerror(errno));
/external/qemu/slirp-android/
H A Dip_icmp.h159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
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");
H A Dip_input.c162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");
685 /* ip->ip_len -= ip->ip_hl << 2; XXX icmp_error adds in hdr length */
688 icmp_error(m, type, code, 0, 0);
H A Dsocket.c474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
H A Dudp.c287 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
H A Dtcp_input.c694 icmp_error(m, ICMP_UNREACH,code, 0,errno_str);

Completed in 1785 milliseconds