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/win/VBoxNetFlt-win.c

    r28666 r28714  
    418418    if(Status == STATUS_SUCCESS)
    419419    {
    420         INTNETSgInitTempSegs(pSG, 0 /*cbTotal*/, cSegs, 0 /*cSegsUsed*/);
     420        IntNetSgInitTempSegs(pSG, 0 /*cbTotal*/, cSegs, 0 /*cSegsUsed*/);
    421421        return pSG;
    422422    }
     
    635635        {
    636636            /* reinitialize */
    637             INTNETSgInitTempSegs(pSG, 0 /*cbTotal*/, pSG->cSegsAlloc, 0 /*cSegsUsed*/);
     637            IntNetSgInitTempSegs(pSG, 0 /*cbTotal*/, pSG->cSegsAlloc, 0 /*cSegsUsed*/);
    638638
    639639            /* convert the ndis buffers to INTNETSG */
     
    11551155    if(Status == NDIS_STATUS_SUCCESS)
    11561156    {
    1157         INTNETSgInitTemp(pSG, pSG + 1, cbPacket);
     1157        IntNetSgInitTemp(pSG, pSG + 1, cbPacket);
    11581158        LogFlow(("pSG created  (%p)\n", pSG));
    11591159        *ppSG = pSG;
     
    16931693            if(fStatus == NDIS_STATUS_SUCCESS)
    16941694            {
    1695                 INTNETSgRead(pSG, pvMemBuf);
     1695                IntNetSgRead(pSG, pvMemBuf);
    16961696            }
    16971697            else
Note: See TracChangeset for help on using the changeset viewer.

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