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

1 2 3 4 5 6 7 8 9

  /external/libmicrohttpd/src/include/
w32functions.h 104 #ifndef ENOTCONN
105 #define ENOTCONN (MHDW32ERRBASE+21)
  /external/libxml2/include/
wsockcompat.h 66 #define ENOTCONN WSAENOTCONN
  /external/webrtc/webrtc/base/
socket.h 81 #undef ENOTCONN
82 #define ENOTCONN WSAENOTCONN
  /external/bison/lib/
errno.in.h 115 # define ENOTCONN 126
  /external/libcxx/include/
errno.h 178 #ifndef ENOTCONN
179 #define ENOTCONN 9925
  /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
  /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 112 #define ENOTCONN 107
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 111 #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 */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 119 #define ENOTCONN __ENOTCONN /* 57 Socket is not connected */
  /external/c-ares/
setup_once.h 435 #undef ENOTCONN /* override definition in errno.h */
436 #define ENOTCONN WSAENOTCONN
  /external/curl/lib/
curl_setup_once.h 505 #undef ENOTCONN /* override definition in errno.h */
506 #define ENOTCONN WSAENOTCONN
  /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/wpa_supplicant_8/wpa_supplicant/
rrm.c 104 #define ENOTCONN -1
146 return -ENOTCONN;
    [all...]
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 80 #define ENOTCONN 107 /* Transport endpoint is not connected */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 91 #define ENOTCONN 107
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
errno.h 111 #define ENOTCONN 134

Completed in 1206 milliseconds

1 2 3 4 5 6 7 8 9