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

1 2 3 4 5 6 7 8 9

  /external/libpcap/Win32/Src/
inet_pton.c 42 #ifndef EAFNOSUPPORT
43 #define EAFNOSUPPORT 97 /* not present in errno.h provided with VC */
60 errno = EAFNOSUPPORT;
  /external/netperf/src/missing/
inet_ntop.c 82 #define EAFNOSUPPORT WSAEAFNOSUPPORT
137 Set_errno(EAFNOSUPPORT);
  /external/libmicrohttpd/src/include/
w32functions.h 74 #ifndef EAFNOSUPPORT
75 #define EAFNOSUPPORT (MHDW32ERRBASE+11)
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 47 EAFNOSUPPORT = NewError("address family not supported by protocol")
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 47 EAFNOSUPPORT = NewError("address family not supported by protocol")
  /external/libxml2/include/
wsockcompat.h 56 #define EAFNOSUPPORT WSAEAFNOSUPPORT
  /external/tcpdump/
tcpdump-stdinc.h 165 #ifndef EAFNOSUPPORT
166 #define EAFNOSUPPORT WSAEAFNOSUPPORT
  /external/webrtc/webrtc/base/
socket.h 61 #undef EAFNOSUPPORT
62 #define EAFNOSUPPORT WSAEAFNOSUPPORT
  /external/bison/lib/
errno.in.h 107 # define EAFNOSUPPORT 102
  /external/libcxx/include/
errno.h 82 #ifndef EAFNOSUPPORT
83 #define EAFNOSUPPORT 9901
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 81 #ifndef EAFNOSUPPORT
82 #define EAFNOSUPPORT 102
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
errno.h 82 #ifndef EAFNOSUPPORT
83 #define EAFNOSUPPORT 9901
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 100 #define EAFNOSUPPORT 97
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 99 #define EAFNOSUPPORT 124
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 99 #define EAFNOSUPPORT 124
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 99 #define EAFNOSUPPORT 124
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 100 #define EAFNOSUPPORT 97
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 99 #define EAFNOSUPPORT 124
  /development/ndk/platforms/android-9/include/asm-generic/
errno.h 81 #define EAFNOSUPPORT 97
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
errno.h 109 #define EAFNOSUPPORT 47 /* Address family not supported by protocol family */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 107 #define EAFNOSUPPORT __EAFNOSUPPORT /* 47 Address family not supported by protocol family */
  /external/c-ares/
setup_once.h 415 #undef EAFNOSUPPORT /* override definition in errno.h */
416 #define EAFNOSUPPORT WSAEAFNOSUPPORT
  /external/curl/lib/
curl_setup_once.h 485 #undef EAFNOSUPPORT /* override definition in errno.h */
486 #define EAFNOSUPPORT WSAEAFNOSUPPORT
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 79 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 78 #define EAFNOSUPPORT 124 /* Address family not supported by protocol */

Completed in 1210 milliseconds

1 2 3 4 5 6 7 8 9