Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 – 25 of 39) sorted by relevance

12

/external/libmicrohttpd/src/include/
Dw32functions.h86 #ifndef ENETUNREACH
87 #define ENETUNREACH (MHDW32ERRBASE+15) macro
/external/webrtc/webrtc/base/
Dsocket.h69 #undef ENETUNREACH
70 #define ENETUNREACH WSAENETUNREACH macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp171 #ifndef ENETUNREACH
172 #error ENETUNREACH not defined
/external/libmicrohttpd/src/platform/
Dw32functions.c65 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/
Dsetup_once.h423 #undef ENETUNREACH /* override definition in errno.h */
424 #define ENETUNREACH WSAENETUNREACH macro
/external/libxml2/include/
Dwsockcompat.h60 #define ENETUNREACH WSAENETUNREACH macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h83 #define ENETUNREACH 101 /* Network is unreachable */ macro
/external/curl/lib/
Dcurl_setup_once.h493 #undef ENETUNREACH /* override definition in errno.h */
494 #define ENETUNREACH WSAENETUNREACH macro
/external/bison/lib/
Dstrerror-override.c72 case ENETUNREACH: in strerror_override()
Derrno.in.h111 # define ENETUNREACH 118 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h82 #define ENETUNREACH 128 /* Network is unreachable */ macro
/external/libcxx/include/
Dcerrno139 #ifndef ENETUNREACH
140 #define ENETUNREACH 9916
Dsystem_error154 network_unreachable, // ENETUNREACH
286 network_unreachable = ENETUNREACH,
Dmodule.modulemap50 EBUSY, EILSEQ, ENETUNREACH, ENOSTR, EPIPE,
/external/dbus/dbus/
Ddbus-sysdeps.c671 #ifdef ENETUNREACH in _dbus_error_from_errno()
672 case ENETUNREACH: in _dbus_error_from_errno()
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp558 #if defined (ENETUNREACH) in throwErrnoExc()
559 case ENETUNREACH: in throwErrnoExc()
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp94 network_unreachable = ASIO_SOCKET_ERROR(ENETUNREACH),
/external/libbrillo/brillo/errors/
Derror_codes.cc145 ERROR_ENTRY(ENETUNREACH), // Network is unreachable
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp53 static_assert(static_cast<int>(std::errc::network_unreachable) == ENETUNREACH, ""); in main()
/external/iputils/
Dtracepath.c243 case ENETUNREACH: in recverr()
Dtracepath6.c305 case ENETUNREACH: in recverr()
/external/valgrind/include/vki/
Dvki-darwin.h592 #define VKI_ENETUNREACH ENETUNREACH
/external/libxml2/
DxmlIO.c413 #ifdef ENETUNREACH in __xmlIOErr()
414 else if (errno == ENETUNREACH) code = XML_IO_ENETUNREACH; in __xmlIOErr()
/external/wpa_supplicant_8/src/radius/
Dradius_client.c340 _errno == EBADF || _errno == ENETUNREACH || _errno == EACCES) { in radius_client_handle_send_error()
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c213 …if (errno == EHOSTDOWN || errno == ENETDOWN || errno == EHOSTUNREACH || errno == ENETUNREACH) retu… in mDNSPlatformSendUDP()

12