/external/syslinux/gpxe/src/hci/ |
D | wireless_errors.c | 86 { ECONNRESET | EUNIQ_01, "Unspecified reason" }, 87 { ECONNRESET | EUNIQ_02, "Previous authentication no longer valid" }, 88 { ECONNRESET | EUNIQ_03, "Deauthenticated due to leaving network" }, 89 { ECONNRESET | EUNIQ_04, "Disassociated due to inactivity" }, 90 { ECONNRESET | EUNIQ_05, "Disassociated because AP is out of resources" }, 91 { ECONNRESET | EUNIQ_06, "Class 2 frame received from nonauthenticated STA" }, 92 { ECONNRESET | EUNIQ_07, "Class 3 frame received from nonassociated STA" }, 93 { ECONNRESET | EUNIQ_08, "Disassociated due to roaming" }, 94 { ECONNRESET | EUNIQ_09, "STA requesting (re)association not authenticated" }, 95 { ECONNRESET | EUNIQ_0A, "Disassociated; Power Capability unacceptable" }, [all …]
|
D | strerror.c | 108 { ECONNRESET, "Connection reset" },
|
/external/syslinux/gpxe/src/usr/ |
D | iwmgmt.c | 237 { ECONNRESET | EUNIQ_01, "Unspecified reason" }, 238 { ECONNRESET | EUNIQ_04, "Disassociated due to inactivity" }, 239 { ECONNRESET | EUNIQ_0F, "4-Way Handshake timeout" }, 240 { ECONNRESET | EUNIQ_17, "IEEE 802.1X authentication failed" },
|
/external/libxml2/include/ |
D | wsockcompat.h | 33 #ifndef ECONNRESET 34 #define ECONNRESET WSAECONNRESET macro
|
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 95 #ifndef ECONNRESET 96 #define ECONNRESET (MHDW32ERRBASE+18) macro
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 68 case WSAECONNRESET: return ECONNRESET; in MHD_W32_errno_from_winsock_() 90 case WSAEDISCON: return ECONNRESET; in MHD_W32_errno_from_winsock_() 152 case ECONNRESET: in MHD_W32_strerror_() 474 case ECONNRESET: in MHD_W32_set_last_winsock_error_()
|
/external/libcxx/include/ |
D | errno.h | 114 #ifndef ECONNRESET 115 #define ECONNRESET 9909 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 40 ECONNRESET, "ECONNRESET", ECONNRESET}, {
|
D | 4-1.c | 35 ECONNRESET, "ECONNRESET"}, {
|
D | 3-1-buildonly.c | 26 int dummy15 = ECONNRESET;
|
/external/webrtc/webrtc/base/ |
D | socket.h | 75 #undef ECONNRESET 76 #define ECONNRESET WSAECONNRESET macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 75 #ifndef ECONNRESET 76 #error ECONNRESET not defined
|
/external/c-ares/ |
D | setup_once.h | 429 #undef ECONNRESET /* override definition in errno.h */ 430 #define ECONNRESET WSAECONNRESET macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 86 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 499 #undef ECONNRESET /* override definition in errno.h */ 500 #define ECONNRESET WSAECONNRESET macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 116 #ifdef ECONNRESET in errno2name() 117 CASE(ECONNRESET); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 116 #ifdef ECONNRESET in errno2name() 117 CASE(ECONNRESET); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 116 #ifdef ECONNRESET in errno2name() 117 CASE(ECONNRESET); in errno2name()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 85 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 74 case ECONNRESET: in strerror_override()
|
D | errno.in.h | 112 # define ECONNRESET 108 macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 274 # ifndef ECONNRESET 275 # define ECONNRESET 108 macro 516 connection_reset = ECONNRESET,
|
/external/syslinux/com32/include/ |
D | errno.h | 111 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 110 ECONNRESET = 131 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 115 ECONNRESET = 131 variable
|