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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h2624 @typedef ifnet_clone_create_func
2625 @discussion ifnet_clone_create_func is called to create an interface.
2631 typedef errno_t (*ifnet_clone_create_func)(if_clone_t ifcloner, u_int32_t unit, void *params); typedef
2635 @discussion ifnet_clone_create_func is called to destroy an interface created
2651 ifnet_clone_create_func ifc_create;

Completed in 18 milliseconds