Searched refs:Send (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetIntIf.cpp128 int rc = VBoxNetIntIfRingWriteFrame(pBuf, &pBuf->Send, cSegs, paSegs);
132 rc = VBoxNetIntIfRingWriteFrame(pBuf, &pBuf->Send, cSegs, paSegs);
H A DVBoxNetBaseService.cpp539 int rc = IntNetRingAllocateFrame(&m->m_pIfBuf->Send, cbFrame, &pHdr, (void **)&pu8Frame);
551 IntNetRingCommitFrameEx(&m->m_pIfBuf->Send, pHdr, cbFrame);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddevnull.c103 conn->Send = crDevnullSend;
H A Dfilenet.c356 conn->Send = crFileSend;
H A Dudptcpip.c742 conn->Send = crUDPTCPIPSend;
H A Dnet.c304 * Send a message to the receiver that another connection is needed.
766 * Send a set of commands on a connection. Pretty straightforward, just
805 conn->Send( conn, bufp, start, len );
844 * Send a block of bytes across the connection without any sort of
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp230 * Send thread.
240 * Send g_cbTransfer of data.
261 RTTEST_CHECK_RC_OK(g_hTest, rc = intnetR0RingWriteFrame(&pArgs->pBuf->Send, &Sg, NULL));
276 RTTEST_CHECK_RC_OK(g_hTest, rc = tstIntNetSendBuf(&pArgs->pBuf->Send, pArgs->hIf, g_pSession,
563 "Buf0.Send: Frames=%llu Bytes=%llu Overflows=%llu\n",
564 pThis->pBuf0->Send.cStatFrames,
565 pThis->pBuf0->Send.cbStatWritten.c,
566 pThis->pBuf0->Send.cOverflows.c);
580 "Buf1.Send: Frames=%llu Bytes=%llu Overflows=%llu\n",
581 pThis->pBuf1->Send
[all...]
H A DtstIntNet-1.cpp186 RTStrmPrintf(pFileText, "%3RU64.%09u: cb=%04x dst=%.6Rhxs src=%.6Rhxs type=%04x Send!\n",
202 int rc = IntNetRingWriteFrame(&pBuf->Send, pvFrame, cbFrame);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddplobby8.h166 STDMETHOD(Send)(THIS_ DPNHANDLE hConnection, BYTE* pBuffer, DWORD pBufferSize, DWORD dwFlags) PURE;
184 #define IDirectPlay8LobbiedApplication_Send(p,a,b,c,d) (p)->lpVtbl->Send(p,a,b,c,d)
199 #define IDirectPlay8LobbiedApplication_Send(p,a,b,c,d) (p)->Send(a,b,c,d)
221 STDMETHOD(Send)(THIS_ DPNHANDLE hConnection, BYTE* pBuffer, DWORD pBufferSize, DWORD dwFlags) PURE;
238 #define IDirectPlay8LobbyClient_Send(p,a,b,c,d) (p)->lpVtbl->Send(p,a,b,c,d)
252 #define IDirectPlay8LobbyClient_Send(p,a,b,c,d) (p)->Send(a,b,c,d)
H A Dhttprequest.idl137 HRESULT Send(
H A Ddplay.h462 STDMETHOD(Send)(THIS_ DPID idFrom, DPID idTo, DWORD dwFlags, LPVOID lpData, DWORD dwDataSize) PURE;
493 #define IDirectPlay_Send(p,a,b,c,d,e) (p)->lpVtbl->Send(p,a,b,c,d,e)
521 #define IDirectPlay_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e)
560 STDMETHOD(Send)(THIS_ DPID idFrom, DPID idTo, DWORD dwFlags, LPVOID lpData, DWORD dwDataSize) PURE;
598 #define IDirectPlay2_Send(p,a,b,c,d,e) (p)->lpVtbl->Send(p,a,b,c,d,e)
633 #define IDirectPlay2_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e)
676 STDMETHOD(Send)(THIS_ DPID idFrom, DPID idTo, DWORD dwFlags, LPVOID lpData, DWORD dwDataSize) PURE;
730 #define IDirectPlay3_Send(p,a,b,c,d,e) (p)->lpVtbl->Send(p,a,b,c,d,e)
781 #define IDirectPlay3_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e)
839 STDMETHOD(Send)(THIS
[all...]
H A Ddplay8.h594 STDMETHOD(Send)(THIS_ const DPN_BUFFER_DESC *prgBufferDesc, DWORD cBufferDesc, DWORD dwTimeOut, void *pvAsyncContext, DPNHANDLE *phAsyncHandle, DWORD dwFlags) PURE;
622 #define IDirectPlay8Client_Send(p,a,b,c,d,e,f) (p)->lpVtbl->Send(p,a,b,c,d,e,f)
647 #define IDirectPlay8Client_Send(p,a,b,c,d,e,f) (p)->Send(a,b,c,d,e,f)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddplobby8.h166 STDMETHOD(Send)(THIS_ CONST DPNHANDLE hConnection, BYTE* CONST pBuffer, CONST DWORD pBufferSize, CONST DWORD dwFlags) PURE;
184 #define IDirectPlay8LobbiedApplication_Send(p,a,b,c,d) (p)->lpVtbl->Send(p,a,b,c,d)
199 #define IDirectPlay8LobbiedApplication_Send(p,a,b,c,d) (p)->Send(a,b,c,d)
221 STDMETHOD(Send)(THIS_ CONST DPNHANDLE hConnection, BYTE* CONST pBuffer, CONST DWORD pBufferSize, CONST DWORD dwFlags) PURE;
238 #define IDirectPlay8LobbyClient_Send(p,a,b,c,d) (p)->lpVtbl->Send(p,a,b,c,d)
252 #define IDirectPlay8LobbyClient_Send(p,a,b,c,d) (p)->Send(a,b,c,d)
H A Ddplay.h462 STDMETHOD(Send)(THIS_ DPID idFrom, DPID idTo, DWORD dwFlags, LPVOID lpData, DWORD dwDataSize) PURE;
493 #define IDirectPlay_Send(p,a,b,c,d,e) (p)->lpVtbl->Send(p,a,b,c,d,e)
521 #define IDirectPlay_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e)
560 STDMETHOD(Send)(THIS_ DPID idFrom, DPID idTo, DWORD dwFlags, LPVOID lpData, DWORD dwDataSize) PURE;
598 #define IDirectPlay2_Send(p,a,b,c,d,e) (p)->lpVtbl->Send(p,a,b,c,d,e)
633 #define IDirectPlay2_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e)
676 STDMETHOD(Send)(THIS_ DPID idFrom, DPID idTo, DWORD dwFlags, LPVOID lpData, DWORD dwDataSize) PURE;
730 #define IDirectPlay3_Send(p,a,b,c,d,e) (p)->lpVtbl->Send(p,a,b,c,d,e)
781 #define IDirectPlay3_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e)
839 STDMETHOD(Send)(THIS
[all...]
/vbox/include/VBox/
H A Dintnet.h129 INTNETRINGBUF Send; member in struct:INTNETBUF
153 AssertCompileMemberOffset(INTNETBUF, Send, 64);
174 uint32_t const offSendStart = (pBuf)->Send.offStart + RT_OFFSETOF(INTNETBUF, Send); \
175 uint32_t const offSendEnd = (pBuf)->Send.offStart + RT_OFFSETOF(INTNETBUF, Send); \
H A Dintnetinline.h811 offBuf += cbRecv + RT_OFFSETOF(INTNETBUF, Recv) - RT_OFFSETOF(INTNETBUF, Send);
812 pIntBuf->Send.offStart = offBuf;
813 pIntBuf->Send.offReadX = offBuf;
814 pIntBuf->Send.offWriteCom = offBuf;
815 pIntBuf->Send.offWriteInt = offBuf;
816 pIntBuf->Send.offEnd = offBuf + cbSend;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcio.h108 virtual PRInt32 Send(
H A Drcnetio.h90 virtual PRInt32 Send(
H A Drcfileio.h102 PRInt32 Send(
H A Drcfileio.cpp148 PRInt32 RCFileIO::Send( function in class:RCFileIO
H A Drcnetio.cpp144 PRInt32 RCNetStreamIO::Send( function in class:RCNetStreamIO
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp392 rc = IntNetRingAllocateGsoFrame(&pThis->CTX_SUFF(pBuf)->Send, (uint32_t)cbMin, pGso,
395 rc = IntNetRingAllocateFrame(&pThis->CTX_SUFF(pBuf)->Send, (uint32_t)cbMin,
403 rc = IntNetRingAllocateGsoFrame(&pThis->CTX_SUFF(pBuf)->Send, (uint32_t)cbMin, pGso,
406 rc = IntNetRingAllocateFrame(&pThis->CTX_SUFF(pBuf)->Send, (uint32_t)cbMin,
471 IntNetRingCommitFrame(&pThis->CTX_SUFF(pBuf)->Send, pHdr);
505 IntNetRingCommitFrameEx(&pThis->CTX_SUFF(pBuf)->Send, pHdr, pSgBuf->cbUsed);
999 int rc = IntNetRingWriteFrame(&pThis->pBufR3->Send, pvBuf, (uint32_t)cb);
1010 rc = IntNetRingWriteFrame(&pThis->pBufR3->Send, pvBuf, (uint32_t)cb);
1214 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->pBufR3->Send.cStatFrames);
1215 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->pBufR3->Send
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h155 * from Alloc() and it'll be freed when Send() returns.
157 void (*Send)( CRConnection *conn, void **buf, const void *start, unsigned int len ); member in struct:CRConnection
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddplaysp.h330 LPDPSP_SEND Send; /* Must be provided */ member in struct:tagDPSP_SPCALLBACKS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddplaysp.h330 LPDPSP_SEND Send; /* Must be provided */ member in struct:tagDPSP_SPCALLBACKS

Completed in 194 milliseconds

12