Changeset 105024 in vbox
- Timestamp:
- Jun 25, 2024 7:15:52 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 163642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNATlibslirp.cpp
r105023 r105024 43 43 /** 44 44 * @callback_method_impl{FNPDMTHREADDRV} 45 * 45 * 46 46 * Queues guest process received packet. Triggered by drvNATRecvWakeup. 47 47 */ … … 113 113 /** 114 114 * @brief Processes incoming packet (to guest). 115 * 115 * 116 116 * @param pThis Pointer to DRVNAT state for current context. 117 117 * @param pBuf Pointer to packet buffer. 118 118 * @param cb Size of packet in buffer. 119 * 119 * 120 120 * @thread NAT 121 121 */ … … 173 173 * @param pThis Pointer to the NAT instance. 174 174 * @param pSgBuf The S/G buffer to free. 175 * 175 * 176 176 * @thread NAT 177 177 */
Note:
See TracChangeset
for help on using the changeset viewer.