Home
last modified time | relevance | path

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

123

/external/libmicrohttpd/src/include/
Dw32functions.h83 #ifndef ENETDOWN
84 #define ENETDOWN (MHDW32ERRBASE+14) macro
/external/libcxx/include/
Derrno.h134 #ifndef ENETDOWN
135 #define ENETDOWN 9914 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c63 ENETDOWN, "ENETDOWN", ENETDOWN}, {
D4-1.c58 ENETDOWN, "ENETDOWN"}, {
D3-1-buildonly.c49 int dummy38 = ENETDOWN;
/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/webrtc/webrtc/base/
Dsocket.h67 #undef ENETDOWN
68 #define ENETDOWN WSAENETDOWN macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp159 #ifndef ENETDOWN
160 #error ENETDOWN not defined
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h334 # ifndef ENETDOWN
335 # define ENETDOWN 116 macro
536 network_down = ENETDOWN,
/external/strace/tests-mx32/
Derrno2name.c249 #ifdef ENETDOWN in errno2name()
250 CASE(ENETDOWN); in errno2name()
/external/strace/tests-m32/
Derrno2name.c249 #ifdef ENETDOWN in errno2name()
250 CASE(ENETDOWN); in errno2name()
/external/strace/tests/
Derrno2name.c249 #ifdef ENETDOWN in errno2name()
250 CASE(ENETDOWN); in errno2name()
/external/curl/lib/
Dcurl_setup_once.h477 #undef ENETDOWN /* override definition in errno.h */
478 #define ENETDOWN WSAENETDOWN macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h83 #define ENETDOWN 100 /* Network is down */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h82 #define ENETDOWN 127 /* Network is down */ macro
/external/syslinux/com32/include/
Derrno.h107 #define ENETDOWN 100 /* Network is down */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py106 ENETDOWN = 127 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py111 ENETDOWN = 127 variable
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc129 case ENETDOWN: // Network is down in ErrnoToCode()
/external/syslinux/core/lwip/src/include/lwip/
Darch.h180 #define ENETDOWN 100 /* Network is down */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c326 #ifdef ENETDOWN
327 { "ENETDOWN", (unsigned long) ENETDOWN },
/external/ltp/lib/
Derrnos.h133 PAIR(ENETDOWN) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c25 #undef ENETDOWN
347 #ifdef ENETDOWN in PyInit_errno()
348 inscode(d, ds, de, "ENETDOWN", ENETDOWN, "Network is down"); in PyInit_errno()
/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

123