Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dif_var_private.h648 volatile ifnet_start_func if_start;
804 ifnet_start_func if_save_start;
1761 extern errno_t ifnet_set_start_handler(struct ifnet *, ifnet_start_func);
H A Dkpi_interface.h767 typedef void (*ifnet_start_func)(ifnet_t interface); typedef
1112 ifnet_start_func start; /* required only for new model */
H A Dkpi_interface.c208 ifnet_start_func ostart = NULL; in ifnet_allocate_extended()
H A Ddlil.c4178 ifnet_set_start_handler(struct ifnet *ifp, ifnet_start_func fn) in ifnet_set_start_handler()