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

1 2 3 4 5

  /external/libmicrohttpd/src/include/
w32functions.h 53 #ifndef ENOTSOCK
54 #define ENOTSOCK (MHDW32ERRBASE+4)
  /external/python/cpython3/Modules/
errnomodule.c 31 #undef ENOTSOCK
544 #ifdef ENOTSOCK
545 inscode(d, ds, de, "ENOTSOCK", ENOTSOCK, "Socket operation on non-socket");
548 inscode(d, ds, de, "ENOTSOCK", WSAENOTSOCK, "Socket operation on non-socket");
  /external/webrtc/webrtc/base/
socket.h 43 #undef ENOTSOCK
44 #define ENOTSOCK WSAENOTSOCK
  /external/curl/lib/
curl_setup_once.h 455 #undef ENOTSOCK /* override definition in errno.h */
456 #define ENOTSOCK WSAENOTSOCK
  /external/libcxx/include/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 145 #ifndef ENOTSOCK
146 #define ENOTSOCK 128
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 170 #ifndef ENOTSOCK
171 #define ENOTSOCK 9923
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 75 #define ENOTSOCK 88
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 74 #define ENOTSOCK 95
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 99 #define ENOTSOCK 38 /* Socket operation on non-socket */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 97 #define ENOTSOCK __ENOTSOCK /* 38 Socket operation on non-socket */

Completed in 1326 milliseconds

1 2 3 4 5