/external/rust/crates/nix/src/ |
D | errno.rs | 209 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/ |
D | 3-2.c | 64 ENETRESET, "ENETRESET", ENETRESET}, {
|
D | 4-1.c | 59 ENETRESET, "ENETRESET"}, {
|
D | 3-1-buildonly.c | 50 static 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/cronet/buildtools/third_party/libc++/trunk/include/ |
D | errno.h | 139 #ifndef ENETRESET 140 #define ENETRESET 9915 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 | 359 #undef ENETRESET /* override definition in errno.h */ 360 #define ENETRESET WSAENETRESET macro
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 163 #ifndef ENETRESET 164 #error ENETRESET not defined
|
/external/strace/tests-mx32/ |
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/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-m32/ |
D | errno2name.c | 252 #ifdef ENETRESET in errno2name() 253 CASE(ENETRESET); in errno2name()
|
/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/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/cronet/net/base/ |
D | net_errors_posix.cc | 38 case ENETRESET: // Related to keep-alive. in MapSystemError()
|
/external/musl/arch/mipsn32/bits/ |
D | errno.h | 102 #define ENETRESET 129 macro
|
/external/musl/arch/mips/bits/ |
D | errno.h | 102 #define ENETRESET 129 macro
|
/external/musl/arch/mips64/bits/ |
D | errno.h | 102 #define ENETRESET 129 macro
|
/external/musl/arch/generic/bits/ |
D | errno.h | 103 #define ENETRESET 102 macro
|
/external/musl/arch/powerpc64/bits/ |
D | errno.h | 103 #define ENETRESET 102 macro
|
/external/musl/arch/powerpc/bits/ |
D | errno.h | 103 #define ENETRESET 102 macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 108 ENETRESET = 129 variable
|