VirtualBox

Ignore:
Timestamp:
Apr 25, 2010 8:04:02 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60586
Message:

intnetinline.h: Changed the prefix to IntNet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp

    r28666 r28714  
    386386        {
    387387            mbuf_setlen(pCur, pSG->cbTotal);
    388             INTNETSgRead(pSG, mbuf_data(pCur));
     388            IntNetSgRead(pSG, mbuf_data(pCur));
    389389        }
    390390        else
     
    399399                    cb = cbLeft;
    400400                mbuf_setlen(pCur, cb);
    401                 INTNETSgReadEx(pSG, offSrc, cb, mbuf_data(pCur));
     401                IntNetSgReadEx(pSG, offSrc, cb, mbuf_data(pCur));
    402402
    403403                /* advance */
     
    499499     */
    500500    unsigned iSeg = 0;
    501     INTNETSgInitTempSegs(pSG, 0 /*cbTotal*/, cSegs, 0 /*cSegsUsed*/);
     501    IntNetSgInitTempSegs(pSG, 0 /*cbTotal*/, cSegs, 0 /*cSegsUsed*/);
    502502    for (mbuf_t pCur = pMBuf; pCur; pCur = mbuf_next(pCur))
    503503    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette