Searched refs:ifnet_start_func (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h672 @typedef ifnet_start_func
673 @discussion ifnet_start_func is used to indicate to the driver that
676 ifnet_start() is called; the ifnet_start_func callback will
686 typedef void (*ifnet_start_func)(ifnet_t interface); typedef
860 ifnet_start_func start; /* required only for new model */
H A Dif_var.h542 ifnet_start_func if_start;

Completed in 21 milliseconds