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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h766 @typedef ifnet_ctl_func
767 @discussion ifnet_ctl_func is called by the network stack to inform
776 typedef errno_t (*ifnet_ctl_func)(ifnet_t interface, ifnet_ctl_cmd_t cmd, typedef
861 ifnet_ctl_func output_ctl; /* optional, only for new model */
868 ifnet_ctl_func input_ctl; /* required for opportunistic polling */
H A Dif_var.h543 ifnet_ctl_func if_output_ctl;
545 ifnet_ctl_func if_input_ctl;

Completed in 26 milliseconds