HomeSort by relevance Sort by last modified time
    Searched refs:EAFNOSUPPORT (Results 1 - 25 of 222) 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/tcpdump/missing/
inet_pton.c 45 errno = EAFNOSUPPORT;
  /external/netperf/src/missing/
inet_ntop.c 82 #define EAFNOSUPPORT WSAEAFNOSUPPORT
137 Set_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/avahi/docs/
socket-auto-port.c 17 if (errno == EAFNOSUPPORT)
  /external/iproute2/lib/
mpls_ntop.c 44 errno = EAFNOSUPPORT;
mpls_pton.c 53 errno = EAFNOSUPPORT;
dnet_pton.c 69 errno = EAFNOSUPPORT;
ipx_ntop.c 66 errno = EAFNOSUPPORT;
ipx_pton.c 103 errno = EAFNOSUPPORT;
  /external/libmicrohttpd/src/include/
w32functions.h 74 #ifndef EAFNOSUPPORT
75 #define EAFNOSUPPORT (MHDW32ERRBASE+11)
  /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-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-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
  /external/bison/lib/
strerror-override.c 64 case EAFNOSUPPORT:
156 /* WSAEAFNOSUPPORT maps to EAFNOSUPPORT */
  /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 */
  /external/libnl/lib/
error.c 99 case EAFNOSUPPORT: return NLE_AF_NOSUPPORT;
  /external/libxml2/include/
wsockcompat.h 56 #define EAFNOSUPPORT WSAEAFNOSUPPORT
  /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 */

Completed in 425 milliseconds

1 2 3 4 5 6 7 8 9