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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h710 @typedef ifnet_start_func
711 @discussion ifnet_start_func is used to indicate to the driver that
714 ifnet_start() is called; the ifnet_start_func callback will
724 typedef void (*ifnet_start_func)(ifnet_t interface); typedef
1045 ifnet_start_func start; /* required only for new model */
H A Dif_var.h570 ifnet_start_func if_start;

Completed in 123 milliseconds