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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 149 #ifndef ENOTCONN
150 #define ENOTCONN 126
  /kernel/tests/net/test/
leak_test.py 37 self.assertRaisesErrno(ENOTCONN, s.shutdown, SHUT_RDWR)
  /system/core/adb/sysdeps/win32/
errno.cpp 57 ERR(ENOTCONN, "Transport endpoint is not connected");
  /external/libmicrohttpd/src/include/
w32functions.h 104 #ifndef ENOTCONN
105 #define ENOTCONN (MHDW32ERRBASE+21)
  /external/libcxx/include/
errno.h 178 #ifndef ENOTCONN
179 #define ENOTCONN 9925
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
4-1.c 87 ENOTCONN, "ENOTCONN"}, {
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 118 ENOTCONN = 134
125 LASTERRNO = ENOTCONN
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 178 #ifndef ENOTCONN
179 #define ENOTCONN 9925
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 178 #ifndef ENOTCONN
179 #define ENOTCONN 9925
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
errno.h 178 #ifndef ENOTCONN
179 #define ENOTCONN 9925
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 94 #define ENOTCONN 107
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 93 #define ENOTCONN 134
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 111 #define ENOTCONN 134
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 111 #define ENOTCONN 134
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 112 #define ENOTCONN 107
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 111 #define ENOTCONN 134
  /development/ndk/platforms/android-9/include/asm-generic/
errno.h 91 #define ENOTCONN 107
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
errno.h 121 #define ENOTCONN 57 /* Socket is not connected */
  /external/bison/lib/
strerror-override.c 80 case ENOTCONN:
166 /* WSAENOTCONN maps to ENOTCONN */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 89 #define ENOTCONN 107 /* Transport endpoint is not connected */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 88 #define ENOTCONN 134 /* Transport endpoint is not connected */
  /external/libxml2/include/
wsockcompat.h 66 #define ENOTCONN WSAENOTCONN
  /external/syslinux/gpxe/src/hci/
strerror.c 117 { ENOTCONN, "Not connected" },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 80 #define ENOTCONN 107 /* Transport endpoint is not connected */

Completed in 4981 milliseconds

1 2 3 4 5 6 7 8 91011>>