/external/rust/crates/nix/src/ |
D | errno.rs | 179 ENETRESET => "Network dropped connection because of reset", in desc() 739 ENETRESET = libc::ENETRESET, enumerator 882 libc::ENETRESET => ENETRESET, in from_i32() 978 ENETRESET = libc::ENETRESET, enumerator 1096 libc::ENETRESET => ENETRESET, in from_i32() 1213 ENETRESET = libc::ENETRESET, enumerator 1321 libc::ENETRESET => ENETRESET, in from_i32() 1429 ENETRESET = libc::ENETRESET, enumerator 1536 libc::ENETRESET => ENETRESET, in from_i32() 1642 ENETRESET = libc::ENETRESET, enumerator [all …]
|
/external/llvm-project/libcxx/include/ |
D | errno.h | 137 #ifndef ENETRESET 138 #define ENETRESET 9915 macro
|
D | __errc | 55 network_reset, // ENETRESET 152 network_reset = ENETRESET,
|
/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/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 163 #ifndef ENETRESET 164 #error ENETRESET not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 164 #ifndef ENETRESET 165 #error ENETRESET not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 442 #undef ENETRESET /* override definition in errno.h */ 443 #define ENETRESET WSAENETRESET macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 109 #define ENETRESET 52 /* Network dropped connection on reset */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 85 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 252 #ifdef ENETRESET in errno2name() 253 CASE(ENETRESET); in errno2name()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | setup_once.h | 488 #undef ENETRESET /* override definition in errno.h */ 489 #define ENETRESET WSAENETRESET macro
|
/external/strace/tests/ |
D | errno2name.c | 252 #ifdef ENETRESET in errno2name() 253 CASE(ENETRESET); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 252 #ifdef ENETRESET in errno2name() 253 CASE(ENETRESET); in errno2name()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 26 #undef ENETRESET 433 #ifdef ENETRESET in errno_exec() 434 add_errcode("ENETRESET", ENETRESET, "Network dropped connection because of reset"); in errno_exec()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 108 ENETRESET = 129 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 113 ENETRESET = 129 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 131 case ENETRESET: // Connection aborted by network in ErrnoToCode()
|
/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/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()
|