Home
last modified time | relevance | path

Searched refs:ENETDOWN (Results 1 – 25 of 36) sorted by relevance

12

/external/libmicrohttpd/src/include/
Dw32functions.h83 #ifndef ENETDOWN
84 #define ENETDOWN (MHDW32ERRBASE+14) macro
/external/webrtc/webrtc/base/
Dsocket.h67 #undef ENETDOWN
68 #define ENETDOWN WSAENETDOWN macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp163 #ifndef ENETDOWN
164 #error ENETDOWN not defined
/external/libmicrohttpd/src/platform/
Dw32functions.c64 case WSAENETDOWN: return ENETDOWN; in MHD_W32_errno_from_winsock_()
144 case ENETDOWN: in MHD_W32_strerror_()
462 case ENETDOWN: in MHD_W32_set_last_winsock_error_()
/external/c-ares/
Dsetup_once.h421 #undef ENETDOWN /* override definition in errno.h */
422 #define ENETDOWN WSAENETDOWN macro
/external/libxml2/include/
Dwsockcompat.h59 #define ENETDOWN WSAENETDOWN macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h82 #define ENETDOWN 100 /* Network is down */ macro
/external/curl/lib/
Dcurl_setup_once.h491 #undef ENETDOWN /* override definition in errno.h */
492 #define ENETDOWN WSAENETDOWN macro
/external/bison/lib/
Dstrerror-override.c70 case ENETDOWN: in strerror_override()
Derrno.in.h110 # define ENETDOWN 116 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h81 #define ENETDOWN 127 /* Network is down */ macro
/external/libcxx/include/
Dcerrno131 #ifndef ENETDOWN
132 #define ENETDOWN 9914
Dsystem_error152 network_down, // ENETDOWN
284 network_down = ENETDOWN,
Dmodule.modulemap48 EBADF, EHOSTUNREACH, ENETDOWN, ENOSPC, EOWNERDEAD, EXDEV,
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp553 #if defined (ENETDOWN) in throwErrnoExc()
554 case ENETDOWN: in throwErrnoExc()
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp88 network_down = ASIO_SOCKET_ERROR(ENETDOWN),
/external/libbrillo/brillo/errors/
Derror_codes.cc144 ERROR_ENTRY(ENETDOWN), // Network is down
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp51 static_assert(static_cast<int>(std::errc::network_down) == ENETDOWN, ""); in main()
/external/libpcap/
Dpcap-bpf.c733 case ENETDOWN: in pcap_can_set_rfmon_bpf()
1439 } else if (errno == ENETDOWN) { in check_setif_failure()
Dpcap-linux.c1650 case ENETDOWN:
4416 if (errno == ENETDOWN) {
5065 if (errno == ENETDOWN) {
5089 if (err == ENETDOWN) {
DCHANGES249 If an ENXIO or ENETDOWN is received, it may mean the device has
310 On Linux, ignore ENETDOWN so we can continue to capture packets if the
/external/valgrind/include/vki/
Dvki-darwin.h591 #define VKI_ENETDOWN ENETDOWN
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c213 …if (errno == EHOSTDOWN || errno == ENETDOWN || errno == EHOSTUNREACH || errno == ENETUNREACH) retu… in mDNSPlatformSendUDP()
/external/libxml2/doc/html/
Dindex.sgml45 <ANCHOR id="ENETDOWN-CAPS" href="libxml/libxml-wsockcompat.html#ENETDOWN-CAPS">
/external/dhcpcd-6.8.2/
Ddhcp.c1757 case ENETDOWN: in send_message()

12