VirtualBox

Changeset 28711 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Apr 25, 2010 7:01:24 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60583
Message:

IntNet,++: Implemented sending frames in ring-0 (disabled).

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r28706 r28711  
    999999            return IntNetR0IfCloseReq(pSession, (PINTNETIFCLOSEREQ)pReqHdr);
    10001000
    1001         case VMMR0_DO_INTNET_IF_GET_RING3_BUFFER:
    1002             if (u64Arg || !pReqHdr || !vmmR0IsValidSession(pVM, ((PINTNETIFGETRING3BUFFERREQ)pReqHdr)->pSession, pSession) || idCpu != NIL_VMCPUID)
    1003                 return VERR_INVALID_PARAMETER;
    1004             return IntNetR0IfGetRing3BufferReq(pSession, (PINTNETIFGETRING3BUFFERREQ)pReqHdr);
     1001        case VMMR0_DO_INTNET_IF_GET_BUFFER_PTRS:
     1002            if (u64Arg || !pReqHdr || !vmmR0IsValidSession(pVM, ((PINTNETIFGETBUFFERPTRSREQ)pReqHdr)->pSession, pSession) || idCpu != NIL_VMCPUID)
     1003                return VERR_INVALID_PARAMETER;
     1004            return IntNetR0IfGetBufferPtrsReq(pSession, (PINTNETIFGETBUFFERPTRSREQ)pReqHdr);
    10051005
    10061006        case VMMR0_DO_INTNET_IF_SET_PROMISCUOUS_MODE:
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r28439 r28711  
    6767    VMSetErrorV
    6868
     69    ; Internal Networking
     70    IntNetR0Open
     71    IntNetR0IfClose
     72    IntNetR0IfGetRing0Buffer
     73    IntNetR0IfGetRing3Buffer
     74    IntNetR0IfSetPromiscuousMode
     75    IntNetR0IfSetMacAddress
     76    IntNetR0IfSetActive
     77    IntNetR0IfSend
     78    IntNetR0IfWait
     79
    6980    ; runtime
    7081    RTAssertMsg1Weak
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