Home
last modified time | relevance | path

Searched refs:ENETRESET (Results 1 – 25 of 63) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c64 ENETRESET, "ENETRESET", ENETRESET}, {
D4-1.c59 ENETRESET, "ENETRESET"}, {
D3-1-buildonly.c50 int dummy39 = ENETRESET;
/external/libcxx/include/
Derrno.h138 #ifndef ENETRESET
139 #define ENETRESET 9915 macro
D__errc56 network_reset, // ENETRESET
153 network_reset = ENETRESET,
/external/webrtc/webrtc/base/
Dsocket.h71 #undef ENETRESET
72 #define ENETRESET WSAENETRESET macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp163 #ifndef ENETRESET
164 #error ENETRESET not defined
/external/curl/lib/
Dcurl_setup_once.h462 #undef ENETRESET /* override definition in errno.h */
463 #define ENETRESET WSAENETRESET macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h337 # ifndef ENETRESET
338 # define ENETRESET 117 macro
537 network_reset = ENETRESET,
/external/strace/tests-mx32/
Derrno2name.c252 #ifdef ENETRESET in errno2name()
253 CASE(ENETRESET); in errno2name()
/external/strace/tests-m32/
Derrno2name.c252 #ifdef ENETRESET in errno2name()
253 CASE(ENETRESET); in errno2name()
/external/strace/tests/
Derrno2name.c252 #ifdef ENETRESET in errno2name()
253 CASE(ENETRESET); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h85 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h84 #define ENETRESET 129 /* Network dropped connection because of reset */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py108 ENETRESET = 129 variable
/external/u-boot/include/linux/
Derrno.h110 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc130 case ENETRESET: // Connection aborted by network in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py113 ENETRESET = 129 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c329 #ifdef ENETRESET
330 { "ENETRESET", (unsigned long) ENETRESET },
/external/u-boot/lib/
Derrno_str.c116 ERRNO_MSG(ENETRESET, "Network dropped connection because of reset"),
/external/ltp/lib/
Derrnos.h135 PAIR(ENETRESET) in tst_strerrno()
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp91 network_reset = ASIO_SOCKET_ERROR(ENETRESET),
/external/python/cpython3/Modules/
Derrnomodule.c26 #undef ENETRESET
442 #ifdef ENETRESET in PyInit_errno()
443 inscode(d, ds, de, "ENETRESET", ENETRESET, "Network dropped connection because of reset"); in PyInit_errno()
/external/libbrillo/brillo/errors/
Derror_codes.cc146 ERROR_ENTRY(ENETRESET), // Network dropped connection because of reset
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp52 static_assert(static_cast<int>(std::errc::network_reset) == ENETRESET, ""); in main()

123