Changeset 10169
- Timestamp:
- 07/03/08 21:13:05 (5 months ago)
- Files:
-
- trunk/include/VBox/intnet.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/intnet.h
r10126 r10169 529 529 * @param pIfPort Pointer to this structure. 530 530 * @param pSG Pointer to the (scatter /) gather structure for the frame. 531 * This will never be a temporary one, so, it's safe to 532 * do this asynchronously to save unnecessary buffer 533 * allocating and copying. 531 * This will never be a temporary one, so, it's safe to retain 532 * it and do an asynchronous request to avoid copying. 534 533 * @param fDst The destination mask. At least one bit will be set. 535 534 *

