Searched refs:ECONNRESET (Results 1 - 25 of 27) 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 Dasync-socket.c839 errno = ECONNRESET;
949 errno = ECONNRESET;
1230 errno = ECONNRESET;
1273 errno = ECONNRESET;
H A Dsync-utils.c244 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/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/okhttp/src/main/java/libcore/io/
H A DOsConstants.java74 public static final int ECONNRESET = placeholder(); field in class:OsConstants
518 if (errno == ECONNRESET) {
519 return "ECONNRESET";
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h656 #define ECONNRESET WSAECONNRESET
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc620 closedown(ECONNRESET);
/external/valgrind/main/include/vki/
H A Dvki-darwin.h576 #define VKI_ECONNRESET ECONNRESET
/external/libxml2/
H A Dnanohttp.c584 case ECONNRESET:

Completed in 1849 milliseconds

12