/external/libmicrohttpd/src/include/ |
D | w32functions.h | 80 #ifndef EADDRNOTAVAIL 81 #define EADDRNOTAVAIL (MHDW32ERRBASE+13) macro
|
/external/libpcap/ |
D | fad-gifc.c | 275 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces() 306 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces() 345 if (errno == EADDRNOTAVAIL) { in pcap_findalldevs_interfaces()
|
D | fad-glifc.c | 219 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/ |
D | errno.h | 90 #ifndef EADDRNOTAVAIL 91 #define EADDRNOTAVAIL 9903 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
|
D | 4-1.c | 24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
|
D | 3-1-buildonly.c | 13 int dummy4 = EADDRNOTAVAIL;
|
/external/webrtc/webrtc/base/ |
D | socket.h | 65 #undef EADDRNOTAVAIL 66 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 31 #ifndef EADDRNOTAVAIL 32 #error EADDRNOTAVAIL not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 63 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/ |
D | setup_once.h | 419 #undef EADDRNOTAVAIL /* override definition in errno.h */ 420 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 81 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 489 #undef EADDRNOTAVAIL /* override definition in errno.h */ 490 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 47 #ifdef EADDRNOTAVAIL in errno2name() 48 CASE(EADDRNOTAVAIL); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 47 #ifdef EADDRNOTAVAIL in errno2name() 48 CASE(EADDRNOTAVAIL); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 47 #ifdef EADDRNOTAVAIL in errno2name() 48 CASE(EADDRNOTAVAIL); in errno2name()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 80 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 68 case EADDRNOTAVAIL: in strerror_override()
|
D | errno.in.h | 109 # define EADDRNOTAVAIL 101 macro
|
/external/libnl/lib/ |
D | error.c | 92 case EADDRNOTAVAIL: return NLE_NOADDR; in nl_syserr2nlerr()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 241 # ifndef EADDRNOTAVAIL 242 # define EADDRNOTAVAIL 101 macro 501 address_not_available = EADDRNOTAVAIL,
|
/external/syslinux/com32/include/ |
D | errno.h | 106 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 105 EADDRNOTAVAIL = 126 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 110 EADDRNOTAVAIL = 126 variable
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 179 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
|