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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h939 @typedef ifnet_ctl_func
940 @discussion ifnet_ctl_func is called by the network stack to inform
949 typedef errno_t (*ifnet_ctl_func)(ifnet_t interface, ifnet_ctl_cmd_t cmd, typedef
1046 ifnet_ctl_func output_ctl; /* optional, only for new model */
1055 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 151 milliseconds