Overview
Classes
- IOEthernetInterface
- The Ethernet interface object.
#defines
A property of IOEthernetInterface objects.
#define kIOActivePacketFilters "IOActivePacketFilters"
Discussion
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.
The name of the
IOEthernetInterface class.
#define kIOEthernetInterfaceClass "IOEthernetInterface"
A property of IOEthernetInterface objects.
#define kIOMulticastAddressList "IOMulticastAddressList"
Discussion
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.
A property of IOEthernetInterface objects.
#define kIORequiredPacketFilters "IORequiredPacketFilters"
Discussion
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: 2008-03-11