Contents

IOOutputAction

Declaration

typedef UInt32 (OSObject::*)(mbuf_t, void *) IOOutputAction;

Parameters

  • mbuf_t:

    A packet mbuf.

  • param:

    A parameter for the output request.

Discussion

Prototype for an output packet handler that will process all outbound packets sent to the interface from the data link layer. An output handler is registered with the interface by calling registerOutputHandler().

See Also

Common Types