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

/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c263 ifnet_clone_params.ifc_destroy = gif_clone_destroy;
H A Dkpi_interface.h2647 @field ifc_destroy The function to destroy an interface.
2652 ifnet_clone_destroy_func ifc_destroy; member in struct:ifnet_clone_params
H A Dkpi_interface.c2086 cloner_params->ifc_destroy == NULL ||
2112 ifc->ifc_destroy = cloner_params->ifc_destroy;
H A Dif_var.h657 int (*ifc_destroy)(struct ifnet *); member in struct:if_clone
H A Dif.c532 if (ifc->ifc_destroy == NULL)
535 (*ifc->ifc_destroy)(ifp);
H A Dif_bridge.c988 ifnet_clone_params.ifc_destroy = bridge_clone_destroy;

Completed in 40 milliseconds