Changeset 10169 in vbox
- Timestamp:
- Jul 3, 2008 7:13:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 *
Note:
See TracChangeset
for help on using the changeset viewer.