Contents

ifnet_event_func

Declaration

typedef void (*ifnet_event_func)(ifnet_t interface, const struct kev_msg *msg);

Parameters

  • interface:

    The interface the event occurred on.

  • event_ptr:

    Pointer to a kern_event structure describing the event.

Discussion

ifnet_event_func is called when an event occurs on a specific interface.

See Also

ifnet