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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h224 @typedef ifnet_detached_func
225 @discussion ifnet_detached_func is called an interface is detached
228 ifnet_detached_func is used to notify the interface that it has
238 typedef void (*ifnet_detached_func)(ifnet_t interface); typedef
588 ifnet_detached_func detach; /* optional */
H A Dif_var.h381 ifnet_detached_func if_free;
H A Dkpi_interface.c74 ifnet_detached_func detach_func = ifp->if_kpi_storage;
H A Ddlil.c1932 ifnet_detached_func free_func;

Completed in 31 milliseconds