Searched refs:ENETUNREACH (Results 1 - 18 of 18) sorted by relevance

/external/chromium/net/base/
H A Dnet_errors_posix.cc38 case ENETUNREACH:
/external/kernel-headers/original/asm-generic/
H A Derrno.h74 #define ENETUNREACH 101 /* Network is unreachable */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h82 #define ENETUNREACH 128 /* Network is unreachable */ macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h85 #undef ENETUNREACH macro
86 #define ENETUNREACH WSAENETUNREACH macro
/external/qemu/
H A Dsockets.h74 # ifndef ENETUNREACH
75 # define ENETUNREACH 10051 macro
H A Dsockets.c94 EE(WSAENETUNREACH,ENETUNREACH,"network unreachable") \
/external/llvm/include/llvm/Support/
H A Dsystem_error.h159 network_unreachable, // ENETUNREACH
340 # ifndef ENETUNREACH
341 # define ENETUNREACH 118 macro
527 network_unreachable = ENETUNREACH,
/external/dbus/dbus/
H A Ddbus-sysdeps.c967 #ifdef ENETUNREACH
968 case ENETUNREACH:
/external/qemu/slirp/
H A Dslirp.h42 # define ENETUNREACH WSAENETUNREACH macro
H A Dsocket.c464 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
510 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
/external/qemu/slirp-android/
H A Dsocket.c470 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
511 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h653 #define ENETUNREACH WSAENETUNREACH
/external/bluetooth/glib/glib/
H A Dgstrfuncs.c1165 #ifdef ENETUNREACH
1166 case ENETUNREACH: return "network is unreachable";
/external/qemu/android/
H A Dandroid-device.c1276 case ENETUNREACH:
/external/valgrind/main/include/vki/
H A Dvki-darwin.h573 #define VKI_ENETUNREACH ENETUNREACH
/external/libxml2/
H A DxmlIO.c206 "unreachable network", /* ENETUNREACH */
410 #ifdef ENETUNREACH
411 else if (errno == ENETUNREACH) code = XML_IO_ENETUNREACH;
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c206 if (errno == EHOSTDOWN || errno == ENETDOWN || errno == EHOSTUNREACH || errno == ENETUNREACH) return(mStatus_TransientErr);
/external/iproute2/doc/
H A Dip-cref.tex1176 is generated. The local senders get an \verb|ENETUNREACH| error.

Completed in 714 milliseconds