VirtualBox

Ignore:
Timestamp:
Oct 30, 2008 9:09:50 PM (16 years ago)
Author:
vboxsync
Message:

VBoxNetFlt: Early draft of Linux hostif, nothing is working yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

    r13654 r13690  
    149149            /** Pointer to the device. */
    150150            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;
    151160            /** @} */
    152161# elif defined(RT_OS_SOLARIS)
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