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

/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp62 * @param pErrStrm The stream to write the error message to. Can be NULL.
66 static void tstIntNetError(PRTSTREAM pErrStrm, const char *pszFormat, ...) argument
68 if (!pErrStrm)
69 pErrStrm = g_pStdOut;
73 RTStrmPrintf(pErrStrm, "tstIntNet-1: ERROR - ");
74 RTStrmPrintfV(pErrStrm, pszFormat, va);
87 * @param pErrStrm The error stream.
89 static void tstIntNetTestFrame(void const *pvFrame, size_t cbFrame, PRTSTREAM pErrStrm, bool fGso) argument
96 return tstIntNetError(pErrStrm, "cbFrame=%#x <= %#x (ether)\n", cbFrame, sizeof(*pEtherHdr));
114 return tstIntNetError(pErrStrm, "RTNetIPv4IsHdrVali
[all...]

Completed in 43 milliseconds