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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h264 @typedef ifnet_output_func
266 @discussion ifnet_output_func is used to transmit packets. The stack
274 typedef errno_t (*ifnet_output_func)(ifnet_t interface, mbuf_t data); typedef
674 ifnet_output_func output; /* required */
1043 ifnet_output_func output; /* required only for legacy model */
H A Dif_var.h568 ifnet_output_func if_output;

Completed in 74 milliseconds