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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTTcp-1.cpp21 RTTESTI_CHECK_RC_RET(RTTcpWrite(hSocket, "hello\n", sizeof("hello\n") - 1), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
23 RTTESTI_CHECK_RC_RET(RTTcpRead(hSocket, szBuf, sizeof("dude!\n") - 1, NULL), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
25 RTTESTI_CHECK_RET(strcmp(szBuf, "dude!\n") == 0, VERR_TCP_SERVER_STOP); local
32 RTTESTI_CHECK_RC_RET(RTTcpWrite(hSocket, szBuf, sizeof(szBuf)), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
36 return VERR_TCP_SERVER_STOP;
93 RTTESTI_CHECK_RC_RET(RTTcpWrite(hSocket, "hello\n", sizeof("hello\n") - 1), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
95 RTTESTI_CHECK_RC_RET(RTTcpRead(hSocket, szBuf, sizeof("dude!\n") - 1, NULL), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
97 RTTESTI_CHECK_RET(strcmp(szBuf, "dude!\n") == 0, VERR_TCP_SERVER_STOP); local
101 RTTESTI_CHECK_RC_RET(RTTcpRead(hSocket, szBuf, sizeof("byebye\n") - 1, NULL), VERR_NET_SHUTDOWN, VERR_TCP_SERVER_STOP); local
103 return VERR_TCP_SERVER_STOP;
146 RTTESTI_CHECK_RC_RET(RTTcpWrite(hSocket, "hello\\n", sizeof("hello\\n") - 1), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
147 RTTESTI_CHECK_RC_RET(RTTcpRead(hSocket, szBuf, sizeof("dude!\\n") - 1, NULL), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
149 RTTESTI_CHECK_RET(strcmp(szBuf, "dude!\\n") == 0, VERR_TCP_SERVER_STOP); local
152 RTTESTI_CHECK_RC_RET(RTTcpRead(hSocket, szBuf, sizeof("byebye\\n") - 1, NULL), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
154 RTTESTI_CHECK_RET(strcmp(szBuf, "byebye\\n") == 0, VERR_TCP_SERVER_STOP); local
155 RTTESTI_CHECK_RC_RET(RTTcpWrite(hSocket, "bye\\n", sizeof("bye\\n") - 1), VINF_SUCCESS, VERR_TCP_SERVER_STOP); local
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp1118 if (vrc == VERR_TCP_SERVER_STOP)
1247 * @returns VINF_SUCCESS or VERR_TCP_SERVER_STOP.
1313 * Note! After this point we must return VERR_TCP_SERVER_STOP, while prior
1444 return VERR_TCP_SERVER_STOP;
/vbox/include/iprt/
H A Derr.h1309 #define VERR_TCP_SERVER_STOP (-500) macro
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp1103 * @returns IPRT status code. VERR_TCP_SERVER_STOP is special.
1209 return VERR_TCP_SERVER_STOP;
1215 return VERR_TCP_SERVER_STOP;
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp212 * return VERR_TCP_SERVER_STOP too terminate this loop. RTTcpServerDestroy()
379 * return VERR_TCP_SERVER_STOP too terminate this loop. A stopped server
383 * @retval VERR_TCP_SERVER_STOP if stopped by pfnServe.
499 if (rc == VERR_TCP_SERVER_STOP)
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp980 * @returns VINF_SUCCESS or VERR_TCP_SERVER_STOP.
1035 * Note! After this point we must return VERR_TCP_SERVER_STOP, while prior
1121 return VERR_TCP_SERVER_STOP;

Completed in 72 milliseconds