Changeset 10923 in vbox for trunk/include
- Timestamp:
- Jul 29, 2008 12:22:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r10843 r10923 606 606 /** @name INTNETR0Open flags. 607 607 * @{ */ 608 /** Share the MAC address with the host when sending something to the wire via the trunk. 609 * This is typically used when the trunk is a NetFlt for a wireless interface. */ 610 #define INTNET_OPEN_FLAGS_SHARED_MAC_ON_WIRE RT_BIT_32(0) 608 611 /** Whether new participants should be subjected to access check or not. */ 609 612 #define INTNET_OPEN_FLAGS_PUBLIC RT_BIT_32(1) … … 625 628 #define INTNET_OPEN_FLAGS_SECURITY_OR_MASK (RT_BIT_32(3) | RT_BIT_32(5) | RT_BIT_32(7)) 626 629 /** The mask of valid flags. */ 627 #define INTNET_OPEN_FLAGS_MASK UINT32_C(0x000000f e)630 #define INTNET_OPEN_FLAGS_MASK UINT32_C(0x000000ff) 628 631 /** @} */ 629 632
Note:
See TracChangeset
for help on using the changeset viewer.