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

12

/external/chromium/net/base/
H A Dnet_errors_posix.cc40 case EADDRNOTAVAIL:
/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/asm-generic/
H A Derrno.h72 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h80 #define EADDRNOTAVAIL 126 /* Cannot assign requested address */ macro
/external/chromium/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/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/qemu/
H A Dsockets.h68 # ifndef EADDRNOTAVAIL
69 # define EADDRNOTAVAIL 10049 macro
/external/libpcap/
H A Dfad-gifc.c402 if (errno == EADDRNOTAVAIL) {
433 if (errno == EADDRNOTAVAIL) {
472 if (errno == EADDRNOTAVAIL) {
H A Dfad-glifc.c238 if (errno == EADDRNOTAVAIL) {
266 if (errno == EADDRNOTAVAIL) {
301 if (errno == EADDRNOTAVAIL) {
/external/chromium/net/tools/flip_server/
H A Dcreate_listener.cc180 if ( !wait_for_iface || errno != EADDRNOTAVAIL) {
187 if ( saved_errno == EADDRNOTAVAIL ) {
/external/chromium_org/net/tools/flip_server/
H A Dcreate_listener.cc180 if ( !wait_for_iface || errno != EADDRNOTAVAIL) {
187 if ( saved_errno == EADDRNOTAVAIL ) {
/external/llvm/include/llvm/Support/
H A Dsystem_error.h128 address_not_available, // EADDRNOTAVAIL
243 # ifndef EADDRNOTAVAIL
244 # define EADDRNOTAVAIL 101 macro
492 address_not_available = EADDRNOTAVAIL,
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c175 if (errno == EADDRNOTAVAIL) {
179 * EADDRNOTAVAIL for the main interface
343 if (errno == EADDRNOTAVAIL) {
347 * EADDRNOTAVAIL for the main interface
434 if (errno == EADDRNOTAVAIL) {
438 * EADDRNOTAVAIL for the main interface
/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
/external/dropbear/
H A Ddbutil.c333 err = EADDRNOTAVAIL;

Completed in 365 milliseconds

12