Home
last modified time | relevance | path

Searched refs:gif_clone_destroy (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dif_gif.c155 static int gif_clone_destroy(struct ifnet *);
160 IF_CLONE_INITIALIZER(GIFNAME, gif_clone_create, gif_clone_destroy,
464 gif_clone_destroy(struct ifnet *ifp) in gif_clone_destroy() function