/external/libmicrohttpd/src/include/ |
D | w32functions.h | 86 #ifndef ENETUNREACH 87 #define ENETUNREACH (MHDW32ERRBASE+15) macro
|
/external/webrtc/webrtc/base/ |
D | socket.h | 69 #undef ENETUNREACH 70 #define ENETUNREACH WSAENETUNREACH macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 171 #ifndef ENETUNREACH 172 #error ENETUNREACH not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 65 case WSAENETUNREACH: return ENETUNREACH; in MHD_W32_errno_from_winsock_() 146 case ENETUNREACH: in MHD_W32_strerror_() 465 case ENETUNREACH: in MHD_W32_set_last_winsock_error_()
|
/external/c-ares/ |
D | setup_once.h | 423 #undef ENETUNREACH /* override definition in errno.h */ 424 #define ENETUNREACH WSAENETUNREACH macro
|
/external/libxml2/include/ |
D | wsockcompat.h | 60 #define ENETUNREACH WSAENETUNREACH macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 83 #define ENETUNREACH 101 /* Network is unreachable */ macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 493 #undef ENETUNREACH /* override definition in errno.h */ 494 #define ENETUNREACH WSAENETUNREACH macro
|
/external/bison/lib/ |
D | strerror-override.c | 72 case ENETUNREACH: in strerror_override()
|
D | errno.in.h | 111 # define ENETUNREACH 118 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 82 #define ENETUNREACH 128 /* Network is unreachable */ macro
|
/external/libcxx/include/ |
D | cerrno | 139 #ifndef ENETUNREACH 140 #define ENETUNREACH 9916
|
D | system_error | 154 network_unreachable, // ENETUNREACH 286 network_unreachable = ENETUNREACH,
|
D | module.modulemap | 50 EBUSY, EILSEQ, ENETUNREACH, ENOSTR, EPIPE,
|
/external/dbus/dbus/ |
D | dbus-sysdeps.c | 671 #ifdef ENETUNREACH in _dbus_error_from_errno() 672 case ENETUNREACH: in _dbus_error_from_errno()
|
/external/opencv3/3rdparty/openexr/Iex/ |
D | IexThrowErrnoExc.cpp | 558 #if defined (ENETUNREACH) in throwErrnoExc() 559 case ENETUNREACH: in throwErrnoExc()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 94 network_unreachable = ASIO_SOCKET_ERROR(ENETUNREACH),
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 145 ERROR_ENTRY(ENETUNREACH), // Network is unreachable
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 53 static_assert(static_cast<int>(std::errc::network_unreachable) == ENETUNREACH, ""); in main()
|
/external/iputils/ |
D | tracepath.c | 243 case ENETUNREACH: in recverr()
|
D | tracepath6.c | 305 case ENETUNREACH: in recverr()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 592 #define VKI_ENETUNREACH ENETUNREACH
|
/external/libxml2/ |
D | xmlIO.c | 413 #ifdef ENETUNREACH in __xmlIOErr() 414 else if (errno == ENETUNREACH) code = XML_IO_ENETUNREACH; in __xmlIOErr()
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 340 _errno == EBADF || _errno == ENETUNREACH || _errno == EACCES) { in radius_client_handle_send_error()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 213 …if (errno == EHOSTDOWN || errno == ENETDOWN || errno == EHOSTUNREACH || errno == ENETUNREACH) retu… in mDNSPlatformSendUDP()
|