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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h187 @typedef ifnet_output_func
189 @discussion ifnet_output_func is used to transmit packets. The stack
197 typedef errno_t (*ifnet_output_func)(ifnet_t interface, mbuf_t data); typedef
579 ifnet_output_func output; /* required */
H A Dif_var.h378 ifnet_output_func if_output;

Completed in 33 milliseconds