Searched refs:ICMP_UNREACH (Results 1 – 16 of 16) sorted by relevance
/external/qemu/slirp/ |
D | ip_icmp.c | 156 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()
|
D | ip_icmp.h | 112 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
|
D | ip_input.c | 554 type = ICMP_UNREACH; 585 type = ICMP_UNREACH; 618 type = ICMP_UNREACH;
|
D | socket.c | 468 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()
|
D | udp.c | 237 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno)); in udp_input()
|
D | tcp_input.c | 688 icmp_error(m, ICMP_UNREACH,code, 0,strerror(errno)); in tcp_input()
|
/external/qemu/slirp-android/ |
D | ip_icmp.c | 158 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()
|
D | ip_icmp.h | 114 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
|
D | ip_input.c | 554 type = ICMP_UNREACH; 585 type = ICMP_UNREACH; 618 type = ICMP_UNREACH;
|
D | socket.c | 474 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()
|
D | udp.c | 287 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str); in udp_input()
|
D | tcp_input.c | 694 icmp_error(m, ICMP_UNREACH,code, 0,errno_str); in tcp_input()
|
/external/tcpdump/ |
D | print-icmp.c | 115 #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/ |
D | user_ip_icmp.h | 160 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 454 if (icmph->icmp6_type != ICMP_UNREACH) {
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 349 if (icmph->icmp_type != ICMP_UNREACH) { in sctp_notify_mbuf() 428 if (icmph->icmp_type != ICMP_UNREACH) {
|