ADC Home > Reference Library > Reference > Hardware & Drivers > I/O Kit Framework Reference
|
IOEthernetInterface.h |
Includes: |
Use the links in the table of contents to the left to access the documentation.
The Ethernet interface object.
kIOActivePacketFilters |
A property of IOEthernetInterface objects.
#define kIOActivePacketFilters "IOActivePacketFilters"
The kIOActivePacketFilters property has an OSDictionary value that describes the current set of packet filters that have been successfully activated. Each entry in the dictionary is a key/value pair consisting of the filter group name, and an OSNumber describing the set of active filters for that group. Entries in this dictionary will mirror those in kIORequiredPacketFilters if the controller has reported success for all filter change requests from the IOEthernetInterface object.
kIOEthernetInterfaceClass |
The name of the IOEthernetInterface class.
#define kIOEthernetInterfaceClass "IOEthernetInterface"
kIOMulticastAddressList |
A property of IOEthernetInterface objects.
#define kIOMulticastAddressList "IOMulticastAddressList"
The kIOMulticastAddressList property is an OSData object that describes the list of multicast addresses that are being used by the controller to match against the destination address of an incoming frame.
kIORequiredPacketFilters |
A property of IOEthernetInterface objects.
#define kIORequiredPacketFilters "IORequiredPacketFilters"
The kIORequiredPacketFilters property has an OSDictionary value that describes the current set of required packet filters. Each entry in the dictionary is a key/value pair consisting of the filter group name, and an OSNumber describing the set of required filters for that group.
|
Last Updated: 2009-02-23