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

/external/chromium/net/base/
H A Dnet_errors_posix.cc40 case EADDRNOTAVAIL:
/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.h126 address_not_available, // EADDRNOTAVAIL
241 # ifndef EADDRNOTAVAIL
242 # define EADDRNOTAVAIL 101 macro
490 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_6/wpa_supplicant/src/l2_packet/
H A Dl2_packet_linux.c182 if (errno != 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/okhttp/src/main/java/libcore/io/
H A DOsConstants.java52 public static final int EADDRNOTAVAIL = placeholder(); field in class:OsConstants
485 if (errno == EADDRNOTAVAIL) {
486 return "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/dhcpcd/
H A Dconfigure.c767 if (retval == -1 && errno != EADDRNOTAVAIL)
/external/dnsmasq/src/
H A Dnetwork.c437 if (iface->addr.sa.sa_family == AF_INET6 && (errno == ENODEV || 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 570 milliseconds