Searched refs:ENETRESET (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/base/
H A Dnet_errors_posix.cc29 case ENETRESET: // Related to keep-alive
/external/kernel-headers/original/asm-generic/
H A Derrno.h75 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h83 #define ENETRESET 129 /* Network dropped connection because of reset */ macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h87 #undef ENETRESET macro
88 #define ENETRESET WSAENETRESET macro
/external/qemu/
H A Dsockets.h77 # ifndef ENETRESET
78 # define ENETRESET 10052 macro
H A Dsockets.c95 EE(WSAENETRESET,ENETRESET,"network dropped connection on reset") \
/external/llvm/include/llvm/Support/
H A Dsystem_error.h158 network_reset, // ENETRESET
337 # ifndef ENETRESET
338 # define ENETRESET 117 macro
526 network_reset = ENETRESET,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java98 public static final int ENETRESET = placeholder(); field in class:OsConstants
590 if (errno == ENETRESET) {
591 return "ENETRESET";
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h654 #define ENETRESET WSAENETRESET
/external/valgrind/main/include/vki/
H A Dvki-darwin.h574 #define VKI_ENETRESET ENETRESET

Completed in 129 milliseconds