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

/vbox/include/iprt/
H A Dtcp.h169 * @param pSock Where to store the handle to the established connection.
171 RTR3DECL(int) RTTcpClientConnect(const char *pszAddress, uint32_t uPort, PRTSOCKET pSock);
182 * @param pSock Where to store the handle to the established connection.
199 RTR3DECL(int) RTTcpClientConnectEx(const char *pszAddress, uint32_t uPort, PRTSOCKET pSock,
/vbox/src/VBox/Runtime/r3/
H A Dudp.cpp122 static int rtUdpServerDestroySocket(RTSOCKET volatile *pSock, const char *pszMsg);
166 static int rtUdpServerDestroySocket(RTSOCKET volatile *pSock, const char *pszMsg) argument
168 RTSOCKET hSocket = rtUdpAtomicXchgSock(pSock, NIL_RTSOCKET);
H A Dtcp.cpp194 static int rtTcpServerDestroySocket(RTSOCKET volatile *pSock, const char *pszMsg, bool fTryGracefulShutdown) argument
196 RTSOCKET hSocket = rtTcpAtomicXchgSock(pSock, NIL_RTSOCKET);
806 RTR3DECL(int) RTTcpClientConnect(const char *pszAddress, uint32_t uPort, PRTSOCKET pSock) argument
808 return RTTcpClientConnectEx(pszAddress, uPort, pSock, RT_SOCKETCONNECT_DEFAULT_WAIT, NULL);
812 RTR3DECL(int) RTTcpClientConnectEx(const char *pszAddress, uint32_t uPort, PRTSOCKET pSock, argument
860 *pSock = Sock;
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp726 static DECLCALLBACK(int) drvvdINIPSocketCreate(uint32_t fFlags, PVDSOCKET pSock) argument
741 *pSock = (VDSOCKET)pSocketInt;
1111 static DECLCALLBACK(int) drvvdTcpSocketCreate(uint32_t fFlags, PVDSOCKET pSock) argument
1141 *pSock = pSockInt;
1158 *pSock = pSockInt;
/vbox/src/VBox/Main/include/
H A DMediumImpl.h322 static DECLCALLBACK(int) i_vdTcpSocketCreate(uint32_t fFlags, PVDSOCKET pSock);
/vbox/include/VBox/
H A Dvd-ifs.h1093 * @param pSock Where to store the handle.
1095 DECLR3CALLBACKMEMBER(int, pfnSocketCreate, (uint32_t fFlags, PVDSOCKET pSock));
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp7055 DECLCALLBACK(int) Medium::i_vdTcpSocketCreate(uint32_t fFlags, PVDSOCKET pSock) argument
7067 *pSock = pSocketInt;

Completed in 2493 milliseconds