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

/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp591 * @param fHeadGuard Whether to use a head or tail guard.
593 static void doBroadcastTest(PTSTSTATE pThis, bool fHeadGuard) argument
614 RTTESTI_CHECK_RC_OK_RETV(RTTestGuardedAlloc(g_hTest, sizeof(s_au16Frame), 1, fHeadGuard, &pvBuf));
630 * @param fHeadGuard Whether to use a head or tail guard.
632 static void doUnicastTest(PTSTSTATE pThis, bool fHeadGuard) argument
653 RTTESTI_CHECK_RC_OK_RETV(RTTestGuardedAlloc(g_hTest, sizeof(s_au16Frame), 1, fHeadGuard, &pvBuf));
698 doBroadcastTest(pThis, false /*fHeadGuard*/);
699 doBroadcastTest(pThis, true /*fHeadGuard*/);
706 doUnicastTest(pThis, false /*fHeadGuard*/);
707 doUnicastTest(pThis, true /*fHeadGuard*/);
[all...]

Completed in 36 milliseconds