Searched refs:EADDRNOTAVAIL (Results 1 - 25 of 40) sorted by relevance

12

/external/bison/lib/
H A Dstrerror-override.c68 case EADDRNOTAVAIL:
158 /* WSAEADDRNOTAVAIL maps to EADDRNOTAVAIL */
H A Derrno.in.h109 # define EADDRNOTAVAIL 101 macro
/external/chromium_org/net/base/
H A Dnet_errors_posix.cc48 case EADDRNOTAVAIL:
/external/chromium_org/third_party/libxml/src/include/
H A Dwsockcompat.h55 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h72 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h80 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
/external/libnl/lib/
H A Derror.c88 case EADDRNOTAVAIL: return NLE_NOADDR;
/external/tcpdump/win32/Include/
H A Derrno.h104 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsocket.h81 #undef EADDRNOTAVAIL macro
82 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
H A Dsslsocketfactory.cc74 return detect_ ? EWOULDBLOCK : EADDRNOTAVAIL;
/external/chromium_org/third_party/webrtc/base/
H A Dsocket.h64 #undef EADDRNOTAVAIL macro
65 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
H A Dsslsocketfactory.cc57 return detect_ ? EWOULDBLOCK : EADDRNOTAVAIL;
/external/qemu/include/android/
H A Dsockets.h68 # ifndef EADDRNOTAVAIL
69 # define EADDRNOTAVAIL 10049 macro
/external/libpcap/
H A Dfad-gifc.c272 if (errno == EADDRNOTAVAIL) {
303 if (errno == EADDRNOTAVAIL) {
342 if (errno == EADDRNOTAVAIL) {
H A Dfad-glifc.c238 if (errno == EADDRNOTAVAIL) {
266 if (errno == EADDRNOTAVAIL) {
301 if (errno == EADDRNOTAVAIL) {
/external/chromium_org/net/tools/flip_server/
H A Dcreate_listener.cc178 if (!wait_for_iface || errno != EADDRNOTAVAIL) {
185 if (saved_errno == EADDRNOTAVAIL) {
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp35 #ifndef EADDRNOTAVAIL
36 #error EADDRNOTAVAIL not defined
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c175 if (errno == EADDRNOTAVAIL) {
179 * EADDRNOTAVAIL for the main interface
350 if (errno == EADDRNOTAVAIL) {
354 * EADDRNOTAVAIL for the main interface
441 if (errno == EADDRNOTAVAIL) {
445 * EADDRNOTAVAIL for the main interface
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp20 static_assert(static_cast<int>(std::errc::address_not_available) == EADDRNOTAVAIL, "");
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_linux.c185 if (errno != EADDRNOTAVAIL)
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_linux.c185 if (errno != EADDRNOTAVAIL)
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_linux.c185 if (errno != EADDRNOTAVAIL)
/external/netperf/
H A Dnetlib.h340 #define SOCKET_EADDRNOTAVAIL(return_value) (errno == EADDRNOTAVAIL)
/external/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c433 case EADDRNOTAVAIL: prError = PR_ADDRESS_NOT_AVAILABLE_ERROR; break;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_os2.h255 #define _MD_EADDRNOTAVAIL EADDRNOTAVAIL

Completed in 436 milliseconds

12