Changeset 97074 in vbox
- Timestamp:
- Oct 10, 2022 4:36:11 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154024
- Location:
- trunk/src/VBox/NetworkServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp
r97071 r97074 132 132 * Boilerplate code. 133 133 */ 134 int r3Init();135 void r3Fini();136 137 int vmmInit();138 139 134 int ifInit(const RTCString &strNetwork, 140 135 const RTCString &strTrunk = RTCString(), -
trunk/src/VBox/NetworkServices/NetLib/IntNetIfCtx.cpp
r97071 r97074 98 98 * @param pThis The internal network driver instance data. 99 99 * @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. 102 101 */ 103 102 static int intnetR3IfCtxCallSvc(PINTNETIFCTXINT pThis, uint32_t uOperation, PSUPVMMR0REQHDR pReqHdr) … … 138 137 * @param pThis The internal network driver instance data. 139 138 * @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. 142 140 */ 143 141 static int intnetR3IfCtxCallSvcAsync(PINTNETIFCTXINT pThis, uint32_t uOperation, PSUPVMMR0REQHDR pReqHdr)
Note:
See TracChangeset
for help on using the changeset viewer.