Contents

IOEthernetInterface

The Ethernet interface object.

Declaration

class IOEthernetInterface : IONetworkInterface

Overview

An Ethernet controller driver, that is a subclass of IOEthernetController, will instantiate an object of this class when the driver calls the attachInterface() method. This interface object will then vend an Ethernet interface to DLIL, and manage the connection between the controller driver and the upper networking layers. Drivers will seldom need to subclass IOEthernetInterface.

Topics

Miscellaneous

Instance Variables

Instance Methods

Type Methods

See Also

IOKit