VirtualBox

Changeset 11062 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 1, 2008 3:09:13 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33957
Message:

intnet+netflt: New packet destination for the trunk called INTNETTRUNKDIR_WIRE_SHARED.

File:
1 edited

Legend:

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

    r10924 r11062  
    288288/** To/From the host. */
    289289#define INTNETTRUNKDIR_HOST             RT_BIT_32(1)
     290/** To the wire but with RTNETETHERHDR::SrcMac set to the host interface MAC address. */
     291#define INTNETTRUNKDIR_WIRE_SHARED      RT_BIT_32(2)
    290292/** Mask of valid bits. */
    291 #define INTNETTRUNKDIR_VALID_MASK       UINT32_C(0x3)
     293#define INTNETTRUNKDIR_VALID_MASK       UINT32_C(0x7)
    292294/** @} */
    293295
Note: See TracChangeset for help on using the changeset viewer.

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