Searched refs:EADDRNOTAVAIL (Results 1 - 25 of 26) 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/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/qemu/
H A Dsockets.h68 # ifndef EADDRNOTAVAIL
69 # define EADDRNOTAVAIL 10049 macro
H A Dsockets.c92 EE(WSAEADDRNOTAVAIL,EADDRNOTAVAIL,"cannot assign requested address") \
/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) {
H A Dinet.c629 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/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/dropbear/
H A Ddbutil.c333 err = EADDRNOTAVAIL;
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h651 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL
/external/dnsmasq/src/
H A Dnetwork.c446 if (iface->addr.sa.sa_family == AF_INET6 && (errno == ENODEV || errno == EADDRNOTAVAIL) &&
584 if (iface->addr.sa.sa_family == AF_INET6 && (errno == ENODEV || errno == EADDRNOTAVAIL) &&
/external/dhcpcd/
H A Dconfigure.c767 if (retval == -1 && errno != EADDRNOTAVAIL)
/external/valgrind/main/include/vki/
H A Dvki-darwin.h571 #define VKI_EADDRNOTAVAIL EADDRNOTAVAIL
/external/ppp/pppd/
H A Dsys-linux.c2528 if (errno != EADDRNOTAVAIL) {

Completed in 747 milliseconds

12