Changeset 11062 in vbox for trunk/include/VBox
- Timestamp:
- Aug 1, 2008 3:09:13 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r10924 r11062 288 288 /** To/From the host. */ 289 289 #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) 290 292 /** Mask of valid bits. */ 291 #define INTNETTRUNKDIR_VALID_MASK UINT32_C(0x 3)293 #define INTNETTRUNKDIR_VALID_MASK UINT32_C(0x7) 292 294 /** @} */ 293 295
Note:
See TracChangeset
for help on using the changeset viewer.