Home
last modified time | relevance | path

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

1234

/external/rust/crates/nix/src/
Derrno.rs209 ENETRESET => "Network dropped connection because of reset", in desc()
1224 ENETRESET = libc::ENETRESET, enumerator
1369 libc::ENETRESET => ENETRESET, in from_i32()
1466 ENETRESET = libc::ENETRESET, enumerator
1584 libc::ENETRESET => ENETRESET, in from_i32()
1702 ENETRESET = libc::ENETRESET, enumerator
1811 libc::ENETRESET => ENETRESET, in from_i32()
1919 ENETRESET = libc::ENETRESET, enumerator
2028 libc::ENETRESET => ENETRESET, in from_i32()
2134 ENETRESET = libc::ENETRESET, enumerator
[all …]
/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 static 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/cronet/buildtools/third_party/libc++/trunk/include/
Derrno.h139 #ifndef ENETRESET
140 #define ENETRESET 9915 macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp163 #ifndef ENETRESET
164 #error ENETRESET not defined
/external/curl/lib/
Dcurl_setup_once.h359 #undef ENETRESET /* override definition in errno.h */
360 #define ENETRESET WSAENETRESET macro
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/
Dcerrno.pass.cpp163 #ifndef ENETRESET
164 #error ENETRESET not defined
/external/strace/tests-mx32/
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/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-m32/
Derrno2name.c252 #ifdef ENETRESET in errno2name()
253 CASE(ENETRESET); in errno2name()
/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/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/cronet/net/base/
Dnet_errors_posix.cc38 case ENETRESET: // Related to keep-alive. in MapSystemError()
/external/musl/arch/mipsn32/bits/
Derrno.h102 #define ENETRESET 129 macro
/external/musl/arch/mips/bits/
Derrno.h102 #define ENETRESET 129 macro
/external/musl/arch/mips64/bits/
Derrno.h102 #define ENETRESET 129 macro
/external/musl/arch/generic/bits/
Derrno.h103 #define ENETRESET 102 macro
/external/musl/arch/powerpc64/bits/
Derrno.h103 #define ENETRESET 102 macro
/external/musl/arch/powerpc/bits/
Derrno.h103 #define ENETRESET 102 macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py108 ENETRESET = 129 variable

1234