Home
last modified time | relevance | path

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

1234

/external/rust/crates/nix/src/
Derrno.rs179 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/
Derrno.h137 #ifndef ENETRESET
138 #define ENETRESET 9915 macro
D__errc55 network_reset, // ENETRESET
152 network_reset = ENETRESET,
/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/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp163 #ifndef ENETRESET
164 #error ENETRESET not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp164 #ifndef ENETRESET
165 #error ENETRESET not defined
/external/curl/lib/
Dcurl_setup_once.h442 #undef ENETRESET /* override definition in errno.h */
443 #define ENETRESET WSAENETRESET macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h109 #define ENETRESET 52 /* Network dropped connection on reset */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h85 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
/external/strace/tests-m32/
Derrno2name.c252 #ifdef ENETRESET in errno2name()
253 CASE(ENETRESET); in errno2name()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h488 #undef ENETRESET /* override definition in errno.h */
489 #define ENETRESET WSAENETRESET macro
/external/strace/tests/
Derrno2name.c252 #ifdef ENETRESET in errno2name()
253 CASE(ENETRESET); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c252 #ifdef ENETRESET in errno2name()
253 CASE(ENETRESET); in errno2name()
/external/python/cpython3/Modules/
Derrnomodule.c26 #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/
DERRNO.py108 ENETRESET = 129 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py113 ENETRESET = 129 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc131 case ENETRESET: // Connection aborted by network in ErrnoToCode()
/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/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()

1234