Home
last modified time | relevance | path

Searched refs:ifnet_output_func (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dkpi_interface.h317 typedef errno_t (*ifnet_output_func)(ifnet_t interface, mbuf_t data); typedef
711 ifnet_output_func output; /* required */
1110 ifnet_output_func output; /* required only for legacy model */
H A Dif_var_private.h649 ifnet_output_func if_output;
805 ifnet_output_func if_save_output;
1759 extern errno_t ifnet_set_output_handler(struct ifnet *, ifnet_output_func);
H A Ddlil.c4160 ifnet_set_output_handler(struct ifnet *ifp, ifnet_output_func fn) in ifnet_set_output_handler()