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

1 2 3 4 5

  /external/libmicrohttpd/src/include/
w32functions.h 65 #ifndef ENOPROTOOPT
66 #define ENOPROTOOPT (MHDW32ERRBASE+8)
  /external/python/cpython3/Modules/
errnomodule.c 29 #undef ENOPROTOOPT
259 #ifdef ENOPROTOOPT
260 inscode(d, ds, de, "ENOPROTOOPT", ENOPROTOOPT, "Protocol not available");
263 inscode(d, ds, de, "ENOPROTOOPT", WSAENOPROTOOPT, "Protocol not available");
  /external/webrtc/webrtc/base/
socket.h 51 #undef ENOPROTOOPT
52 #define ENOPROTOOPT WSAENOPROTOOPT
  /external/curl/lib/
curl_setup_once.h 463 #undef ENOPROTOOPT /* override definition in errno.h */
464 #define ENOPROTOOPT WSAENOPROTOOPT
  /external/libcxx/include/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 141 #ifndef ENOPROTOOPT
142 #define ENOPROTOOPT 123
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 79 #define ENOPROTOOPT 92
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 78 #define ENOPROTOOPT 99
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 103 #define ENOPROTOOPT 42 /* Protocol not available */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 101 #define ENOPROTOOPT __ENOPROTOOPT /* 42 Protocol not available */

Completed in 434 milliseconds

1 2 3 4 5