Changeset 29663 in vbox
- Timestamp:
- May 19, 2010 2:48:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r29662 r29663 422 422 * 423 423 * @param pSwitchPort Pointer to this structure. 424 * @param pvIf Pointer to the interface which received this frame 425 * if av ilable. Can be NULL.424 * @param pvIf Pointer to the interface which received this frame 425 * if available. Can be NULL. 426 426 * @param pSG The (scatter /) gather structure for the frame. This 427 427 * will only be use during the call, so a temporary one can … … 653 653 * 654 654 * @param pIfPort Pointer to this structure. 655 * @param pvIfData Pointer to the trunk's interface data (see 655 * @param pvIfData Pointer to the trunk's interface data (see 656 656 * pfnConnectInterface). 657 657 * @param pMac Pointer to the MAC address of the connecting VM NIC. … … 666 666 * @returns IPRT status code. 667 667 * @param pIfPort Pointer to this structure. 668 * @param pvIf Opaque pointer to the interface being connected. 668 * @param pvIf Opaque pointer to the interface being connected. 669 669 * For use INTNETTRUNKSWPORT::pfnRecv. 670 * @param ppvIfData Pointer to a pointer variable that the trunk 670 * @param ppvIfData Pointer to a pointer variable that the trunk 671 671 * implementation can use to associate data with the 672 672 * interface. This pointer will be passed to the 673 673 * pfnXmit, pfnNotifyMacAddress and 674 674 * pfnDisconnectInterface methods. 675 * 675 * 676 676 * @remarks Owns the big mutex. No racing pfnDisconnectAndRelease. 677 677 */ … … 682 682 * 683 683 * @param pIfPort Pointer to this structure. 684 * @param pvIfData Pointer to the trunk's interface data (see 684 * @param pvIfData Pointer to the trunk's interface data (see 685 685 * pfnConnectInterface). 686 686 * … … 711 711 * @return VBox status code. Error generally means we'll drop the frame. 712 712 * @param pIfPort Pointer to this structure. 713 * @param pvIfData Pointer to the trunk's interface data (see 713 * @param pvIfData Pointer to the trunk's interface data (see 714 714 * pfnConnectInterface). 715 715 * @param pSG Pointer to the (scatter /) gather structure for the frame.
Note:
See TracChangeset
for help on using the changeset viewer.