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

/vbox/include/VBox/
H A Dintnetinline.h48 DECLINLINE(bool) IntNetIsValidFrameType(uint8_t u8Type) function
330 Assert(IntNetIsValidFrameType(pHdr->u8Type));
377 Assert(IntNetIsValidFrameType(pHdr->u8Type));
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp816 AssertMsg(IntNetIsValidFrameType(pHdr->u8Type), ("Unknown frame type %RX16! offRead=%#x\n", pHdr->u8Type, pRingBuf->offReadX));
833 AssertMsg(IntNetIsValidFrameType(pHdr->u8Type), ("Unknown frame type %RX16! offRead=%#x\n", pHdr->u8Type, pRingBuf->offReadX));

Completed in 1735 milliseconds