Home
last modified time | relevance | path

Searched refs:EADDRNOTAVAIL (Results 1 – 25 of 58) sorted by relevance

123

/external/libmicrohttpd/src/include/
Dw32functions.h80 #ifndef EADDRNOTAVAIL
81 #define EADDRNOTAVAIL (MHDW32ERRBASE+13) macro
/external/libpcap/
Dfad-gifc.c275 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
306 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
345 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
Dfad-glifc.c219 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
247 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
282 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
/external/libcxx/include/
Derrno.h90 #ifndef EADDRNOTAVAIL
91 #define EADDRNOTAVAIL 9903 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
D4-1.c24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
D3-1-buildonly.c13 int dummy4 = EADDRNOTAVAIL;
/external/webrtc/webrtc/base/
Dsocket.h65 #undef EADDRNOTAVAIL
66 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp31 #ifndef EADDRNOTAVAIL
32 #error EADDRNOTAVAIL not defined
/external/libmicrohttpd/src/platform/
Dw32functions.c63 case WSAEADDRNOTAVAIL: return EADDRNOTAVAIL; in MHD_W32_errno_from_winsock_()
142 case EADDRNOTAVAIL: in MHD_W32_strerror_()
459 case EADDRNOTAVAIL: in MHD_W32_set_last_winsock_error_()
/external/c-ares/
Dsetup_once.h419 #undef EADDRNOTAVAIL /* override definition in errno.h */
420 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h81 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/curl/lib/
Dcurl_setup_once.h489 #undef EADDRNOTAVAIL /* override definition in errno.h */
490 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/strace/tests-mx32/
Derrno2name.c47 #ifdef EADDRNOTAVAIL in errno2name()
48 CASE(EADDRNOTAVAIL); in errno2name()
/external/strace/tests-m32/
Derrno2name.c47 #ifdef EADDRNOTAVAIL in errno2name()
48 CASE(EADDRNOTAVAIL); in errno2name()
/external/strace/tests/
Derrno2name.c47 #ifdef EADDRNOTAVAIL in errno2name()
48 CASE(EADDRNOTAVAIL); in errno2name()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h80 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
/external/bison/lib/
Dstrerror-override.c68 case EADDRNOTAVAIL: in strerror_override()
Derrno.in.h109 # define EADDRNOTAVAIL 101 macro
/external/libnl/lib/
Derror.c92 case EADDRNOTAVAIL: return NLE_NOADDR; in nl_syserr2nlerr()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h241 # ifndef EADDRNOTAVAIL
242 # define EADDRNOTAVAIL 101 macro
501 address_not_available = EADDRNOTAVAIL,
/external/syslinux/com32/include/
Derrno.h106 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py105 EADDRNOTAVAIL = 126 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py110 EADDRNOTAVAIL = 126 variable
/external/syslinux/core/lwip/src/include/lwip/
Darch.h179 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro

123