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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h3049 @typedef ifnet_clone_create_func
3050 @discussion ifnet_clone_create_func is called to create an interface.
3056 typedef errno_t (*ifnet_clone_create_func)(if_clone_t ifcloner, u_int32_t unit, void *params); typedef
3060 @discussion ifnet_clone_create_func is called to destroy an interface created
3076 ifnet_clone_create_func ifc_create;

Completed in 88 milliseconds