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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2139 uint8_t* pMemBuf2; local
2190 NdisQueryBufferSafe(pBuffer2, &pMemBuf2, &cbLength2, NormalPagePriority);
2195 Assert(pMemBuf2);
2197 pMemBuf2 += ucbLength2Match;
2203 if (memcmp((PVOID*)pMemBuf1, (PVOID*)pMemBuf2, ucbLength2Match))
2241 uint8_t* pMemBuf2; local
2291 pMemBuf2 = (uint8_t*)pSG->aSegs[i].pv;
2297 Assert(pMemBuf2);
2299 pMemBuf2 += ucbLength2Match;
2305 if (memcmp((PVOID*)pMemBuf1, (PVOID*)pMemBuf2, ucbLength2Matc
[all...]

Completed in 49 milliseconds