Searched refs:VERR_NET_HOST_UNREACHABLE (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp388 case EHOSTUNREACH: return VERR_NET_HOST_UNREACHABLE;
H A DRTErrConvertToErrno.cpp392 case VERR_NET_HOST_UNREACHABLE: return EHOSTUNREACH;
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp373 case WSAEHOSTUNREACH: return VERR_NET_HOST_UNREACHABLE;
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp178 && rc != VERR_NET_HOST_UNREACHABLE
/vbox/include/iprt/
H A Derr.h1297 #define VERR_NET_HOST_UNREACHABLE (-465) macro
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp775 return VERR_NET_HOST_UNREACHABLE;
787 return VERR_NET_HOST_UNREACHABLE;
/vbox/src/VBox/Storage/
H A DISCSI.cpp852 || rc == VERR_NET_HOST_UNREACHABLE

Completed in 309 milliseconds