Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 – 8 of 8) sorted by relevance

/external/qemu/
Dsockets.h71 # ifndef ENETUNREACH
72 # define ENETUNREACH 10051 macro
Dsockets.c94 EE(WSAENETUNREACH,ENETUNREACH,"network unreachable") \
/external/dbus/dbus/
Ddbus-sysdeps.c926 #ifdef ENETUNREACH in _dbus_error_from_errno()
927 case ENETUNREACH: in _dbus_error_from_errno()
/external/qemu/slirp/
Dslirp.h42 # define ENETUNREACH WSAENETUNREACH macro
Dsocket.c464 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; in sorecvfrom()
510 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; in sorecvfrom()
/external/qemu/slirp-android/
Dsocket.c470 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; in sorecvfrom()
511 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; in sorecvfrom()
/external/bluetooth/glib/glib/
Dgstrfuncs.c1165 #ifdef ENETUNREACH in g_strerror()
1166 case ENETUNREACH: return "network is unreachable"; in g_strerror()
/external/libxml2/
DxmlIO.c407 #ifdef ENETUNREACH in __xmlIOErr()
408 else if (errno == ENETUNREACH) code = XML_IO_ENETUNREACH; in __xmlIOErr()