VirtualBox

Changeset 97074 in vbox


Ignore:
Timestamp:
Oct 10, 2022 4:36:11 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154024
Message:

NetworkServices: Implement support for communicating over the R3 internal network service in driverless mode, bugref:10297 [doxygen fix]

Location:
trunk/src/VBox/NetworkServices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp

    r97071 r97074  
    132132     * Boilerplate code.
    133133     */
    134     int r3Init();
    135     void r3Fini();
    136 
    137     int vmmInit();
    138 
    139134    int ifInit(const RTCString &strNetwork,
    140135               const RTCString &strTrunk = RTCString(),
  • trunk/src/VBox/NetworkServices/NetLib/IntNetIfCtx.cpp

    r97071 r97074  
    9898 * @param   pThis           The internal network driver instance data.
    9999 * @param   uOperation      The operation to execute.
    100  * @param   pvArg           Pointer to the argument data.
    101  * @param   cbArg           Size of the argument data in bytes.
     100 * @param   pReqHdr         Pointer to the request header.
    102101 */
    103102static int intnetR3IfCtxCallSvc(PINTNETIFCTXINT pThis, uint32_t uOperation, PSUPVMMR0REQHDR pReqHdr)
     
    138137 * @param   pThis           The internal network driver instance data.
    139138 * @param   uOperation      The operation to execute.
    140  * @param   pvArg           Pointer to the argument data.
    141  * @param   cbArg           Size of the argument data in bytes.
     139 * @param   pReqHdr         Pointer to the request header.
    142140 */
    143141static int intnetR3IfCtxCallSvcAsync(PINTNETIFCTXINT pThis, uint32_t uOperation, PSUPVMMR0REQHDR pReqHdr)
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