HomeSort by relevance Sort by last modified time
    Searched defs:ENOTSOCK (Results 1 - 18 of 18) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
socket.h 59 #undef ENOTSOCK
60 #define ENOTSOCK WSAENOTSOCK
  /ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h 48 # define ENOTSOCK 10038
  /bionic/libc/kernel/common/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /external/kernel-headers/original/asm-generic/
errno.h 61 #define ENOTSOCK 88 /* Socket operation on non-socket */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 61 #define ENOTSOCK 88 /* Socket operation on non-socket */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /external/llvm/include/llvm/Support/
system_error.h 174 not_a_socket, // ENOTSOCK
385 # ifndef ENOTSOCK
386 # define ENOTSOCK 128
565 not_a_socket = ENOTSOCK,
  /external/netperf/
netlib.h 294 #define ENOTSOCK WSAENOTSOCK
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 118 public static final int ENOTSOCK = placeholder();
650 if (errno == ENOTSOCK) {
651 return "ENOTSOCK";

Completed in 515 milliseconds