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

/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c159 static int gif_clone_create(struct if_clone *, uint32_t, void *);
262 ifnet_clone_params.ifc_create = gif_clone_create;
271 gif_clone_create(ifc, 0, NULL);
290 gif_clone_create(struct if_clone *ifc, uint32_t unit, __unused void *params) function
302 log(LOG_ERR, "gif_clone_create: failed to allocate gif%d\n", unit);
328 printf("gif_clone_create, ifnet_allocate failed - %d\n", result);
367 printf("gif_clone_create - ifnet_attach failed - %d\n", result);

Completed in 5 milliseconds