Searched defs:pFileRaw (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp174 * @param pFileRaw The file to write the raw data to (optional).
177 static void doXmitFrame(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, void *pvFrame, size_t cbFrame, PRTSTREAM pFileRaw, PRTSTREAM pFileText) argument
205 if (pFileRaw)
206 PcapStreamFrame(pFileRaw, g_StartTS, pvFrame, cbFrame, 0xffff);
236 * @param pFileRaw The file to write the raw data to (optional).
239 static void doXmitTest(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, PCRTMAC pSrcMac, PRTSTREAM pFileRaw, PRTSTREAM pFileText) argument
324 doXmitFrame(hIf, pSession, pBuf, &abFrame[0], (uint8_t *)(pDhcpMsg + 1) - (uint8_t *)&abFrame[0], pFileRaw, pFileText);
361 * @param pFileRaw The file to write the raw data to (optional).
364 static void doPingTest(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, PCRTMAC pSrcMac, PRTSTREAM pFileRaw, PRTSTREAM pFileText) argument
413 doXmitFrame(hIf, pSession, pBuf, &abFrame[0], (uint8_t *)(pIcmpEcho + 1) + cbPad - (uint8_t *)&abFrame[0], pFileRaw, pFileTex
428 doPacketSniffing(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, uint32_t cMillies, PRTSTREAM pFileRaw, PRTSTREAM pFileText, PCRTMAC pSrcMac) argument
674 PRTSTREAM pFileRaw = NULL; local
[all...]

Completed in 44 milliseconds