Searched refs:ECONNABORTED (Results 1 - 16 of 16) sorted by relevance

/external/chromium/net/base/
H A Dnet_errors_posix.cc32 case ECONNABORTED:
/external/kernel-headers/original/asm-generic/
H A Derrno.h76 #define ECONNABORTED 103 /* Software caused connection abort */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h84 #define ECONNABORTED 130 /* Software caused connection abort */ macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h89 #undef ECONNABORTED macro
90 #define ECONNABORTED WSAECONNABORTED macro
/external/qemu/
H A Dsockets.h80 # ifndef ECONNABORTED
81 # define ECONNABORTED 10053 macro
H A Dsockets.c96 EE(WSAECONNABORTED,ECONNABORTED,"software caused connection abort") \
/external/llvm/include/llvm/Support/
H A Dsystem_error.h134 connection_aborted, // ECONNABORTED
265 # ifndef ECONNABORTED
266 # define ECONNABORTED 106 macro
502 connection_aborted = ECONNABORTED,
/external/bluetooth/bluez/lib/
H A Dbluetooth.c242 return ECONNABORTED;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc310 closedown(ECONNABORTED);
330 closedown(ECONNABORTED);
350 closedown(ECONNABORTED);
722 closedown(ECONNABORTED);
774 closedown(ECONNABORTED);
/external/openssh/
H A Droaming_common.c171 || errno == ECONNABORTED || errno == ETIMEDOUT
/external/quake/quake/src/WinQuake/
H A Dnet_bw.cpp40 #define ECONNABORTED 53 /* User requested hangup */ macro
262 case BW_ERR_USR_HANGUP: return ECONNABORTED;
H A Dmpdosock.h655 #define ECONNABORTED WSAECONNABORTED
/external/bluetooth/glib/glib/
H A Dgstrfuncs.c1027 #ifdef ECONNABORTED
1028 case ECONNABORTED: return "software caused connection abort";
/external/qemu/android/
H A Dandroid-device.c1274 case ECONNABORTED:
/external/valgrind/main/include/vki/
H A Dvki-darwin.h575 #define VKI_ECONNABORTED ECONNABORTED
/external/bluetooth/bluez/audio/
H A Davdtp.c3884 connection_lost(session, -ECONNABORTED);

Completed in 116 milliseconds