Contents

RegisterEthernetInterface

Registers your driver with the networking stack.

Declaration

virtual kern_return_t RegisterEthernetInterface(IOUserNetworkMACAddress macAddress, IOUserNetworkPacketBufferPool *pool, IOUserNetworkPacketQueue **queues, uint32_t queueCount);

Parameters

Discussion

Call this method toward the end of your Start method when your driver is ready to begin processing incoming and outgoing network packets.

See Also

Configuring the Driver Service