HomeSort by relevance Sort by last modified time
    Searched refs:WSAEHOSTUNREACH (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/base/
net_errors_win.cc 42 case WSAEHOSTUNREACH:
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 70 #define EHOSTUNREACH WSAEHOSTUNREACH
  /external/qemu/include/sysemu/
os-win32.h 44 # define EHOSTUNREACH WSAEHOSTUNREACH
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_wsa_errnos.h 48 #define WSAEHOSTUNREACH (WSABASEERR + 65 )
217 #define EHOSTUNREACH WSAEHOSTUNREACH
  /external/chromium_org/third_party/webrtc/base/
socket.h 97 #define EHOSTUNREACH WSAEHOSTUNREACH
win32socketserver.cc 108 case WSAEHOSTUNREACH:
109 string = "WSAEHOSTUNREACH";
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 320 case WSAEHOSTUNREACH: prError = PR_HOST_UNREACHABLE_ERROR; break;
  /external/qemu/slirp/
slirp.h 41 # define EHOSTUNREACH WSAEHOSTUNREACH
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 200 #define EHOSTUNREACH WSAEHOSTUNREACH
    [all...]
  /external/qemu/android/
sockets.c 109 EE(WSAEHOSTUNREACH,EHOSTUNREACH,"no route to host") \
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 111 EE(WSAEHOSTUNREACH,EHOSTUNREACH,"no route to host") \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winerror.h     [all...]

Completed in 4362 milliseconds