HomeSort by relevance Sort by last modified time
    Searched refs:ENETRESET (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/libcxx/include/
errno.h 138 #ifndef ENETRESET
139 #define ENETRESET 9915
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 64 ENETRESET, "ENETRESET", ENETRESET}, {
4-1.c 59 ENETRESET, "ENETRESET"}, {
3-1-buildonly.c 50 int dummy39 = ENETRESET;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 89 #define ENETRESET 102
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 88 #define ENETRESET 129
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 116 #define ENETRESET 52 /* Network dropped connection on reset */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 85 #define ENETRESET 102 /* Network dropped connection because of reset */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 84 #define ENETRESET 129 /* Network dropped connection because of reset */
  /external/webrtc/webrtc/base/
socket.h 71 #undef ENETRESET
72 #define ENETRESET WSAENETRESET
  /bionic/tests/headers/posix/
errno_h.c 73 MACRO(ENETRESET);
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 108 ENETRESET = 129
  /external/u-boot/include/linux/
errno.h 110 #define ENETRESET 102 /* Network dropped connection because of reset */
  /bionic/libc/bionic/
strerror.cpp 147 [ENETRESET] = "Network dropped connection because of reset",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 114 #define ENETRESET __ENETRESET /* 52 Network dropped connection on reset */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 113 ENETRESET = 129
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 130 case ENETRESET: // Connection aborted by network
  /external/curl/lib/
curl_setup_once.h 462 #undef ENETRESET /* override definition in errno.h */
463 #define ENETRESET WSAENETRESET
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 163 #ifndef ENETRESET
164 #error ENETRESET not defined
  /external/strace/tests/
errno2name.c 252 #ifdef ENETRESET
253 CASE(ENETRESET);
  /external/strace/tests-m32/
errno2name.c 252 #ifdef ENETRESET
253 CASE(ENETRESET);
  /external/strace/tests-mx32/
errno2name.c 252 #ifdef ENETRESET
253 CASE(ENETRESET);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 158 network_reset, // ENETRESET
337 # ifndef ENETRESET
338 # define ENETRESET 117
537 network_reset = ENETRESET,
  /external/ltp/lib/
errnos.h 135 PAIR(ENETRESET)
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 91 network_reset = ASIO_SOCKET_ERROR(ENETRESET),

Completed in 119 milliseconds

1 2 3