/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 64 ENETRESET, "ENETRESET", ENETRESET}, {
|
D | 4-1.c | 59 ENETRESET, "ENETRESET"}, {
|
D | 3-1-buildonly.c | 50 int dummy39 = ENETRESET;
|
/external/libcxx/include/ |
D | errno.h | 138 #ifndef ENETRESET 139 #define ENETRESET 9915 macro
|
D | __errc | 56 network_reset, // ENETRESET 153 network_reset = ENETRESET,
|
/external/webrtc/webrtc/base/ |
D | socket.h | 71 #undef ENETRESET 72 #define ENETRESET WSAENETRESET macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 163 #ifndef ENETRESET 164 #error ENETRESET not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 462 #undef ENETRESET /* override definition in errno.h */ 463 #define ENETRESET WSAENETRESET macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 337 # ifndef ENETRESET 338 # define ENETRESET 117 macro 537 network_reset = ENETRESET,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 252 #ifdef ENETRESET in errno2name() 253 CASE(ENETRESET); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 252 #ifdef ENETRESET in errno2name() 253 CASE(ENETRESET); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 252 #ifdef ENETRESET in errno2name() 253 CASE(ENETRESET); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 85 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 84 #define ENETRESET 129 /* Network dropped connection because of reset */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 108 ENETRESET = 129 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 110 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 130 case ENETRESET: // Connection aborted by network in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 113 ENETRESET = 129 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 329 #ifdef ENETRESET 330 { "ENETRESET", (unsigned long) ENETRESET },
|
/external/u-boot/lib/ |
D | errno_str.c | 116 ERRNO_MSG(ENETRESET, "Network dropped connection because of reset"),
|
/external/ltp/lib/ |
D | errnos.h | 135 PAIR(ENETRESET) in tst_strerrno()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 91 network_reset = ASIO_SOCKET_ERROR(ENETRESET),
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 26 #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/ |
D | error_codes.cc | 146 ERROR_ENTRY(ENETRESET), // Network dropped connection because of reset
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 52 static_assert(static_cast<int>(std::errc::network_reset) == ENETRESET, ""); in main()
|