Searched refs:RTUdpWrite (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dudp.h148 RTR3DECL(int) RTUdpWrite(PRTUDPSERVER pServer, const void *pvBuffer,
H A Dmangling.h1835 # define RTUdpWrite RT_MANGLER(RTUdpWrite) macro
/vbox/src/VBox/Devices/Network/
H A DDrvUDPTunnel.cpp215 rc = RTUdpWrite(pThis->pServer, pSgBuf->aSegs[0].pvSeg, pSgBuf->cbUsed, &pThis->DestAddress);
229 rc = RTUdpWrite(pThis->pServer, pvSegFrame, cbSegFrame, &pThis->DestAddress);
/vbox/src/VBox/Runtime/r3/
H A Dudp.cpp653 RTR3DECL(int) RTUdpWrite(PRTUDPSERVER pServer, const void *pvBuffer, size_t cbBuffer, PCRTNETADDR pDstAddr) function

Completed in 99 milliseconds