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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2055 UINT cbLength1 = 0; local
2065 NdisQueryBufferSafe(pBuffer1, &pEth, &cbLength1, NormalPagePriority);
2066 Assert(cbLength1 >= VBOXNETFLT_PACKET_ETHEADER_SIZE);
2067 if (cbLength1 < VBOXNETFLT_PACKET_ETHEADER_SIZE)
2134 UINT cbLength1 = 0; local
2176 if (!cbLength1)
2178 NdisQueryBufferSafe(pBuffer1, &pMemBuf1, &cbLength1, NormalPagePriority);
2200 ucbLength2Match = MIN(ucbMatch, cbLength1);
2213 cbLength1 -= ucbLength2Match;
2239 UINT cbLength1 local
[all...]

Completed in 47 milliseconds