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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.h934 @typedef ifnet_ctl_func
935 @discussion ifnet_ctl_func is called by the network stack to inform
944 typedef errno_t (*ifnet_ctl_func)(ifnet_t interface, ifnet_ctl_cmd_t cmd, typedef
1038 ifnet_ctl_func output_ctl; /* optional, only for new model */
1047 ifnet_ctl_func input_ctl; /* required for opportunistic polling */
H A Dif_var.h571 ifnet_ctl_func if_output_ctl;
573 ifnet_ctl_func if_input_ctl;

Completed in 83 milliseconds