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

1 2 3 4 5

  /external/libmicrohttpd/src/include/
w32functions.h 68 #ifndef EPROTONOSUPPORT
69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9)
  /external/python/cpython3/Modules/
errnomodule.c 33 #undef EPROTONOSUPPORT
395 #ifdef EPROTONOSUPPORT
396 inscode(d, ds, de, "EPROTONOSUPPORT", EPROTONOSUPPORT, "Protocol not supported");
399 inscode(d, ds, de, "EPROTONOSUPPORT", WSAEPROTONOSUPPORT, "Protocol not supported");
  /external/webrtc/webrtc/base/
socket.h 53 #undef EPROTONOSUPPORT
54 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
  /external/curl/lib/
curl_setup_once.h 465 #undef EPROTONOSUPPORT /* override definition in errno.h */
466 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
  /external/libcxx/include/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 177 #ifndef EPROTONOSUPPORT
178 #define EPROTONOSUPPORT 135
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 210 #ifndef EPROTONOSUPPORT
211 #define EPROTONOSUPPORT 9933
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 80 #define EPROTONOSUPPORT 93
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 79 #define EPROTONOSUPPORT 120
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 104 #define EPROTONOSUPPORT 43 /* Protocol not supported */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 102 #define EPROTONOSUPPORT __EPROTONOSUPPORT /* 43 Protocol not supported */

Completed in 91 milliseconds

1 2 3 4 5