Searched refs:EAFNOSUPPORT (Results 1 - 25 of 49) sorted by relevance

12

/external/libpcap/Win32/Src/
H A Dinet_pton.c49 #ifndef EAFNOSUPPORT
50 #define EAFNOSUPPORT 97 /* not present in errno.h provided with VC */ macro
67 errno = EAFNOSUPPORT;
/external/tcpdump/missing/
H A Dinet_pton.c54 errno = EAFNOSUPPORT;
H A Dinet_ntop.c216 errno = EAFNOSUPPORT;
/external/android-clat/
H A Dsetif.c47 retval = -EAFNOSUPPORT;
83 retval = -EAFNOSUPPORT;
/external/bison/lib/
H A Dstrerror-override.c64 case EAFNOSUPPORT:
156 /* WSAEAFNOSUPPORT maps to EAFNOSUPPORT */
H A Derrno.in.h107 # define EAFNOSUPPORT 102 macro
/external/chromium_org/net/base/
H A Dnet_errors_posix.cc46 case EAFNOSUPPORT:
/external/chromium_org/third_party/libxml/src/include/
H A Dwsockcompat.h53 #define EAFNOSUPPORT WSAEAFNOSUPPORT macro
/external/iproute2/lib/
H A Ddnet_pton.c69 errno = EAFNOSUPPORT;
H A Dipx_ntop.c65 errno = EAFNOSUPPORT;
H A Dipx_pton.c102 errno = EAFNOSUPPORT;
H A Ddnet_ntop.c96 errno = EAFNOSUPPORT;
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h70 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h78 #define EAFNOSUPPORT 124 /* Address family not supported by protocol */ macro
/external/libnl/lib/
H A Derror.c99 case EAFNOSUPPORT: return NLE_AF_NOSUPPORT;
/external/tcpdump/win32/Include/
H A Derrno.h102 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */ macro
/external/chromium_org/third_party/webrtc/base/
H A Dsocket.h60 #undef EAFNOSUPPORT macro
61 #define EAFNOSUPPORT WSAEAFNOSUPPORT macro
/external/qemu/include/android/
H A Dsockets.h62 # ifndef EAFNOSUPPORT
63 # define EAFNOSUPPORT 10047 macro
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dinet_ntop.cc91 errno = EAFNOSUPPORT;
H A Dinet_pton.c143 errno = EAFNOSUPPORT;
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp39 #ifndef EAFNOSUPPORT
40 #error EAFNOSUPPORT not defined
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dsocket_test.cc246 EXPECT_EQ(errno, EAFNOSUPPORT);
256 EXPECT_EQ(errno, EAFNOSUPPORT);
445 EXPECT_EQ(EAFNOSUPPORT, errno);
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp18 static_assert(static_cast<int>(std::errc::address_family_not_supported) == EAFNOSUPPORT, "");
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c1786 SCTP_LTRACE_ERR_RET(NULL, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EAFNOSUPPORT);
1787 error = EAFNOSUPPORT;
1850 SCTP_LTRACE_ERR_RET(NULL, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EAFNOSUPPORT);
1851 error = EAFNOSUPPORT;
1854 SCTP_LTRACE_ERR_RET(NULL, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EAFNOSUPPORT);
1855 error = EAFNOSUPPORT;
/external/libpcap/
H A Dpcap-bt-linux.c92 if (errno == EAFNOSUPPORT)

Completed in 4196 milliseconds

12