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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h233 @typedef ifnet_output_func
235 @discussion ifnet_output_func is used to transmit packets. The stack
243 typedef errno_t (*ifnet_output_func)(ifnet_t interface, mbuf_t data); typedef
636 ifnet_output_func output; /* required */
858 ifnet_output_func output; /* required only for legacy model */
H A Dif_var.h540 ifnet_output_func if_output;

Completed in 22 milliseconds