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

1 2 3 4 5 6 7 8 91011

  /external/libpcap/Win32/Src/
inet_pton.c 49 #ifndef EAFNOSUPPORT
50 #define EAFNOSUPPORT 97 /* not present in errno.h provided with VC */
67 errno = EAFNOSUPPORT;
  /external/tcpdump/missing/
inet_pton.c 54 errno = EAFNOSUPPORT;
  /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
  /external/android-clat/
setif.c 47 retval = -EAFNOSUPPORT;
83 retval = -EAFNOSUPPORT;
  /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-3/include/asm-generic/
errno.h 81 #define EAFNOSUPPORT 97
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 99 #define EAFNOSUPPORT 124
  /development/ndk/platforms/android-L/arch-mips/include/asm/
errno.h 99 #define EAFNOSUPPORT 124
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
errno.h 99 #define EAFNOSUPPORT 124
  /development/ndk/platforms/android-L/include/asm-generic/
errno.h 100 #define EAFNOSUPPORT 97
  /external/bison/lib/
strerror-override.c 64 case EAFNOSUPPORT:
156 /* WSAEAFNOSUPPORT maps to EAFNOSUPPORT */
  /external/chromium_org/net/base/
net_errors_posix.cc 46 case EAFNOSUPPORT:
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 53 #define EAFNOSUPPORT WSAEAFNOSUPPORT
  /external/iproute2/lib/
dnet_pton.c 69 errno = EAFNOSUPPORT;
ipx_ntop.c 65 errno = EAFNOSUPPORT;
ipx_pton.c 102 errno = EAFNOSUPPORT;
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 70 #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 */
  /external/libnl/lib/
error.c 99 case EAFNOSUPPORT: return NLE_AF_NOSUPPORT;
  /external/tcpdump/win32/Include/
errno.h 102 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
  /ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h 57 # define EAFNOSUPPORT 10047
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
errno.h 70 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 70 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 81 #define EAFNOSUPPORT 97

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011