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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2160 UINT ucbMatch; local
2164 ucbMatch = uTotalPacketLength1;
2171 ucbMatch = (UINT)cbMatch;
2200 ucbLength2Match = MIN(ucbMatch, cbLength1);
2209 ucbMatch -= ucbLength2Match;
2210 if (!ucbMatch)
2261 UINT ucbMatch; local
2266 ucbMatch = uTotalPacketLength1;
2271 ucbMatch = (UINT)cbMatch;
2302 ucbLength2Match = MIN(ucbMatch, cbLength
[all...]

Completed in 53 milliseconds