Searched refs:ECONNRESET (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium/net/base/
H A Dnet_errors_posix.cc28 case ECONNRESET:
/external/kernel-headers/original/asm-generic/
H A Derrno.h77 #define ECONNRESET 104 /* Connection reset by peer */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h85 #define ECONNRESET 131 /* Connection reset by peer */ macro
/external/qemu/android/protocol/
H A Dattach-ui-proxy.c51 * to ECONNRESET.
77 if (errno != ECONNRESET) {
H A Dui-commands-proxy.c100 * to ECONNRESET.
126 if (errno != ECONNRESET) {
H A Duser-events-impl.c168 if (errno == ECONNRESET) {
H A Dfb-updates-proxy.c227 if (errno == ECONNRESET) {
H A Dcore-commands-impl.c391 if (errno == ECONNRESET) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h91 #undef ECONNRESET macro
92 #define ECONNRESET WSAECONNRESET macro
H A Dphysicalsocketserver.cc817 case ECONNRESET:
/external/qemu/
H A Dsockets.h83 # ifndef ECONNRESET
84 # define ECONNRESET 10054 macro
/external/qemu/android/
H A Dasync-utils.c46 errno = ECONNRESET;
93 errno = ECONNRESET;
143 errno = ECONNRESET;
H A Dandroid-device.c471 errno = ECONNRESET;
541 errno = ECONNRESET;
550 errno = ECONNRESET;
600 errno = ECONNRESET;
609 errno = ECONNRESET;
1040 errno = ECONNRESET;
1273 case ECONNRESET:
H A Dsync-utils.c244 errno = ECONNRESET;
H A Dasync-socket.c841 errno = ECONNRESET;
951 errno = ECONNRESET;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h72 # define dnssd_ECONNRESET ECONNRESET
/external/chromium/chrome/browser/chromeos/login/
H A Dcookie_fetcher_unittest.cc75 net::URLRequestStatus failed(net::URLRequestStatus::FAILED, ECONNRESET);
98 net::URLRequestStatus failed(net::URLRequestStatus::FAILED, ECONNRESET);
H A Dmock_url_fetchers.cc102 net::URLRequestStatus failed(net::URLRequestStatus::FAILED, ECONNRESET);
/external/llvm/include/llvm/Support/
H A Dsystem_error.h137 connection_reset, // ECONNRESET
274 # ifndef ECONNRESET
275 # define ECONNRESET 108 macro
505 connection_reset = ECONNRESET,
/external/bluetooth/bluez/lib/
H A Dbluetooth.c240 return ECONNRESET;
/external/dnsmasq/src/
H A Dlog.c204 errno == ECONNRESET)
210 (ECONNRESET, EDESTADDRREQ are *BSD equivalents) */
/external/openssh/
H A Droaming_common.c170 (ret == 0 || (ret == -1 && (errno == ECONNRESET
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h656 #define ECONNRESET WSAECONNRESET
/external/bluetooth/glib/glib/
H A Dgstrfuncs.c1033 #ifdef ECONNRESET
1034 case ECONNRESET: return "connection reset by peer";
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc620 closedown(ECONNRESET);

Completed in 355 milliseconds

12