Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH (Results 1 – 16 of 16) sorted by relevance

/external/qemu/slirp/
Dip_icmp.c156 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno)); in icmp_input()
161 case ICMP_UNREACH: in icmp_input()
216 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error; in icmp_error()
Dip_icmp.h112 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
Dip_input.c554 type = ICMP_UNREACH;
585 type = ICMP_UNREACH;
618 type = ICMP_UNREACH;
Dsocket.c468 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno)); in sorecvfrom()
513 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno)); in sorecvfrom()
Dudp.c237 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno)); in udp_input()
Dtcp_input.c688 icmp_error(m, ICMP_UNREACH,code, 0,strerror(errno)); in tcp_input()
/external/qemu/slirp-android/
Dip_icmp.c158 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str); in icmp_input()
163 case ICMP_UNREACH: in icmp_input()
218 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error; in icmp_error()
Dip_icmp.h114 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
Dip_input.c554 type = ICMP_UNREACH;
585 type = ICMP_UNREACH;
618 type = ICMP_UNREACH;
Dsocket.c474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str); in sorecvfrom()
514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str); in sorecvfrom()
Dudp.c287 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str); in udp_input()
Dtcp_input.c694 icmp_error(m, ICMP_UNREACH,code, 0,errno_str); in tcp_input()
/external/tcpdump/
Dprint-icmp.c115 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
159 ((type) == ICMP_UNREACH || \
369 case ICMP_UNREACH: in icmp_print()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_ip_icmp.h160 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c454 if (icmph->icmp6_type != ICMP_UNREACH) {
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c349 if (icmph->icmp_type != ICMP_UNREACH) { in sctp_notify_mbuf()
428 if (icmph->icmp_type != ICMP_UNREACH) {