Changeset 28714 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin
- Timestamp:
- Apr 25, 2010 8:04:02 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
r28666 r28714 386 386 { 387 387 mbuf_setlen(pCur, pSG->cbTotal); 388 I NTNETSgRead(pSG, mbuf_data(pCur));388 IntNetSgRead(pSG, mbuf_data(pCur)); 389 389 } 390 390 else … … 399 399 cb = cbLeft; 400 400 mbuf_setlen(pCur, cb); 401 I NTNETSgReadEx(pSG, offSrc, cb, mbuf_data(pCur));401 IntNetSgReadEx(pSG, offSrc, cb, mbuf_data(pCur)); 402 402 403 403 /* advance */ … … 499 499 */ 500 500 unsigned iSeg = 0; 501 I NTNETSgInitTempSegs(pSG, 0 /*cbTotal*/, cSegs, 0 /*cSegsUsed*/);501 IntNetSgInitTempSegs(pSG, 0 /*cbTotal*/, cSegs, 0 /*cSegsUsed*/); 502 502 for (mbuf_t pCur = pMBuf; pCur; pCur = mbuf_next(pCur)) 503 503 {
Note:
See TracChangeset
for help on using the changeset viewer.