Home
last modified time | relevance | path

Searched refs:ifnet_start_func (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/net/
H A Dif_var_private.h654 volatile ifnet_start_func if_start;
813 ifnet_start_func if_save_start;
1689 extern errno_t ifnet_set_start_handler(struct ifnet *, ifnet_start_func);
H A Dkpi_interface.h786 typedef void (*ifnet_start_func)(ifnet_t interface); typedef
1128 ifnet_start_func start; /* required only for new model */
H A Dkpi_interface.c209 ifnet_start_func ostart = NULL; in ifnet_allocate_extended()
H A Ddlil.c4144 ifnet_set_start_handler(struct ifnet *ifp, ifnet_start_func fn) in ifnet_set_start_handler()