/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 39 ECONNREFUSED, "ECONNREFUSED", ECONNREFUSED}, {
|
D | 4-1.c | 34 ECONNREFUSED, "ECONNREFUSED"}, {
|
D | 3-1-buildonly.c | 25 int dummy14 = ECONNREFUSED;
|
/external/libcxx/include/ |
D | errno.h | 110 #ifndef ECONNREFUSED 111 #define ECONNREFUSED 9908 macro
|
D | __errc | 34 connection_refused, // ECONNREFUSED 131 connection_refused = ECONNREFUSED,
|
/external/webrtc/webrtc/base/ |
D | socket.h | 89 #undef ECONNREFUSED 90 #define ECONNREFUSED WSAECONNREFUSED macro
|
/external/curl/docs/cmdline-opts/ |
D | retry-connrefused.d | 5 In addition to the other conditions, consider ECONNREFUSED as a transient
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 71 #ifndef ECONNREFUSED 72 #error ECONNREFUSED not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 478 #undef ECONNREFUSED /* override definition in errno.h */ 479 #define ECONNREFUSED WSAECONNREFUSED macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 94 #define ECONNREFUSED 111 /* Connection refused */ macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 118 #define ECONNREFUSED 61 /* Connection refused */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 114 #ifdef ECONNREFUSED in errno2name() 115 CASE(ECONNREFUSED); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 114 #ifdef ECONNREFUSED in errno2name() 115 CASE(ECONNREFUSED); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 114 #ifdef ECONNREFUSED in errno2name() 115 CASE(ECONNREFUSED); in errno2name()
|
/external/dnsmasq/src/ |
D | log.c | 173 } else if (errno == ECONNREFUSED || errno == ENOTCONN || errno == EDESTADDRREQ || in log_write() 190 if (errno == ENOENT || errno == EALREADY || errno == ECONNREFUSED || in log_write()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 117 ECONNREFUSED = 146 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 119 #define ECONNREFUSED 111 /* Connection refused */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 122 ECONNREFUSED = 146 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 122 case ECONNREFUSED: // Connection refused in ErrnoToCode()
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx07.c | 147 if (errno == EOPNOTSUPP || errno == ECONNREFUSED in setup()
|
/external/u-boot/lib/ |
D | errno_str.c | 125 ERRNO_MSG(ECONNREFUSED, "Connection refused"),
|
/external/ltp/lib/ |
D | errnos.h | 144 PAIR(ECONNREFUSED) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 202 #ifdef ECONNREFUSED 203 {"ECONNREFUSED", (unsigned long)ECONNREFUSED},
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_connectx.c | 177 if (error != -1 || errno != ECONNREFUSED) in main()
|
D | test_1_to_1_connect.c | 185 if (error != -1 || errno != ECONNREFUSED) in main()
|