Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 25 of 70) sorted by relevance

123

/external/syslinux/gpxe/src/hci/
Dwireless_errors.c86 { 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 …]
Dstrerror.c108 { ECONNRESET, "Connection reset" },
/external/syslinux/gpxe/src/usr/
Diwmgmt.c237 { 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/
Dwsockcompat.h33 #ifndef ECONNRESET
34 #define ECONNRESET WSAECONNRESET macro
/external/libmicrohttpd/src/include/
Dw32functions.h95 #ifndef ECONNRESET
96 #define ECONNRESET (MHDW32ERRBASE+18) macro
/external/libmicrohttpd/src/platform/
Dw32functions.c68 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/
Derrno.h114 #ifndef ECONNRESET
115 #define ECONNRESET 9909 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c40 ECONNRESET, "ECONNRESET", ECONNRESET}, {
D4-1.c35 ECONNRESET, "ECONNRESET"}, {
D3-1-buildonly.c26 int dummy15 = ECONNRESET;
/external/webrtc/webrtc/base/
Dsocket.h75 #undef ECONNRESET
76 #define ECONNRESET WSAECONNRESET macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp75 #ifndef ECONNRESET
76 #error ECONNRESET not defined
/external/c-ares/
Dsetup_once.h429 #undef ECONNRESET /* override definition in errno.h */
430 #define ECONNRESET WSAECONNRESET macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h86 #define ECONNRESET 104 /* Connection reset by peer */ macro
/external/curl/lib/
Dcurl_setup_once.h499 #undef ECONNRESET /* override definition in errno.h */
500 #define ECONNRESET WSAECONNRESET macro
/external/strace/tests-mx32/
Derrno2name.c116 #ifdef ECONNRESET in errno2name()
117 CASE(ECONNRESET); in errno2name()
/external/strace/tests-m32/
Derrno2name.c116 #ifdef ECONNRESET in errno2name()
117 CASE(ECONNRESET); in errno2name()
/external/strace/tests/
Derrno2name.c116 #ifdef ECONNRESET in errno2name()
117 CASE(ECONNRESET); in errno2name()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h85 #define ECONNRESET 131 /* Connection reset by peer */ macro
/external/bison/lib/
Dstrerror-override.c74 case ECONNRESET: in strerror_override()
Derrno.in.h112 # define ECONNRESET 108 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h274 # ifndef ECONNRESET
275 # define ECONNRESET 108 macro
516 connection_reset = ECONNRESET,
/external/syslinux/com32/include/
Derrno.h111 #define ECONNRESET 104 /* Connection reset by peer */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py110 ECONNRESET = 131 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py115 ECONNRESET = 131 variable

123