Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_gif.c152 static int gif_clone_create(struct if_clone *, uint32_t, void *);
158 IF_CLONE_INITIALIZER(GIFNAME, gif_clone_create, gif_clone_destroy,
276 gif_clone_create(&gif_cloner, 0, NULL); in gif_init()
306 gif_clone_create(struct if_clone *ifc, uint32_t unit, __unused void *params) in gif_clone_create() function