Searched refs:VERR_NET_NOT_CONNECTED (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp418 return VERR_NET_NOT_CONNECTED;
496 Log(("txsTcpRecvPkt: RTTcpRead -> %Rrc / cbRead=0 -> VERR_NET_NOT_CONNECTED (#1)\n", rc));
497 rc = VERR_NET_NOT_CONNECTED;
536 Log(("txsTcpRecvPkt: RTTcpRead -> %Rrc / cbRead=0 -> VERR_NET_NOT_CONNECTED (#2)\n", rc));
537 rc = VERR_NET_NOT_CONNECTED;
H A DTestExecService.cpp718 * VERR_NET_NOT_CONNECTED on unknown response (sending a bable reply),
737 rc = VERR_NET_NOT_CONNECTED;
1873 rc = VERR_NET_NOT_CONNECTED;
1879 rc = VERR_NET_NOT_CONNECTED;
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp370 case ENOTCONN: return VERR_NET_NOT_CONNECTED;
H A DRTErrConvertToErrno.cpp374 case VERR_NET_NOT_CONNECTED: return ENOTCONN;
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp367 case WSAENOTCONN: return VERR_NET_NOT_CONNECTED;
/vbox/include/iprt/
H A Derr.h1283 #define VERR_NET_NOT_CONNECTED (-457) macro

Completed in 3361 milliseconds