Changeset 13690 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Oct 30, 2008 9:09:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r13654 r13690 149 149 /** Pointer to the device. */ 150 150 struct net_device volatile *pDev; 151 struct packet_type volatile *pPacketType; 152 struct notifier_block *pNotifier; 153 /** Whether we've need to set promiscuous mode when the interface comes up. */ 154 bool volatile fNeedSetPromiscuous; 155 /** Whether we've successfully put the interface into to promiscuous mode. 156 * This is for dealing with the ENETDOWN case. */ 157 bool volatile fSetPromiscuous; 158 /** The MAC address of the interface. */ 159 RTMAC Mac; 151 160 /** @} */ 152 161 # elif defined(RT_OS_SOLARIS)
Note:
See TracChangeset
for help on using the changeset viewer.