VirtualBox

Changeset 10923 in vbox for trunk/include


Ignore:
Timestamp:
Jul 29, 2008 12:22:11 AM (17 years ago)
Author:
vboxsync
Message:

intnet: MAC sharing under construction...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/intnet.h

    r10843 r10923  
    606606/** @name INTNETR0Open flags.
    607607 * @{ */
     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)
    608611/** Whether new participants should be subjected to access check or not. */
    609612#define INTNET_OPEN_FLAGS_PUBLIC                                RT_BIT_32(1)
     
    625628#define INTNET_OPEN_FLAGS_SECURITY_OR_MASK                      (RT_BIT_32(3) | RT_BIT_32(5) | RT_BIT_32(7))
    626629/** The mask of valid flags. */
    627 #define INTNET_OPEN_FLAGS_MASK                                  UINT32_C(0x000000fe)
     630#define INTNET_OPEN_FLAGS_MASK                                  UINT32_C(0x000000ff)
    628631/** @} */
    629632
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette