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

/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp595 static uint16_t const s_au16Frame[7] = { /* dst:*/ 0xffff, 0xffff, 0xffff, /*src:*/0x8086, 0, 0, 0x0800 }; local
598 g_pSession, &s_au16Frame, sizeof(s_au16Frame)),
609 const unsigned cbExpect = RT_ALIGN(sizeof(s_au16Frame) + sizeof(INTNETHDR), sizeof(INTNETHDR));
614 RTTESTI_CHECK_RC_OK_RETV(RTTestGuardedAlloc(g_hTest, sizeof(s_au16Frame), 1, fHeadGuard, &pvBuf));
616 RTTESTI_CHECK_MSG_RETV((cb = IntNetRingReadAndSkipFrame(&pThis->pBuf1->Recv, pvBuf)) == sizeof(s_au16Frame),
617 ("%#x vs. %#x\n", cb, sizeof(s_au16Frame)));
619 if (memcmp(pvBuf, &s_au16Frame, sizeof(s_au16Frame)))
623 cb, pvBuf, sizeof(s_au16Frame),
634 static uint16_t const s_au16Frame[7] = { /* dst:*/ 0x8086, 0, 0, /*src:*/0x8086, 0, 1, 0x0800 }; local
[all...]

Completed in 44 milliseconds