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

1 23

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/
errno.h 72 #define ENOTSOCK 88
  /prebuilts/ndk/8/platforms/android-9/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
554 not_a_socket = ENOTSOCK,
  /external/netperf/
netlib.h 294 #define ENOTSOCK WSAENOTSOCK
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 118 public static final int ENOTSOCK = placeholder();
650 if (errno == ENOTSOCK) {
651 return "ENOTSOCK";
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 118 public static final int ENOTSOCK = placeholder();
651 if (errno == ENOTSOCK) {
652 return "ENOTSOCK";

Completed in 654 milliseconds

1 23