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

/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c270 ifc = if_clone_lookup("gif", NULL);
H A Dif_var.h918 extern struct if_clone *if_clone_lookup(const char *, u_int32_t *);
H A Dkpi_interface.c2092 if (if_clone_lookup(cloner_params->ifc_name, NULL) != NULL) {
2137 if ((if_clone_lookup(ifc->ifc_name, NULL)) == NULL) {
H A Dif.c449 ifc = if_clone_lookup(name, &unit);
521 ifc = if_clone_lookup(name, &unit);
553 if_clone_lookup(const char *name, u_int32_t *unitp) function

Completed in 21 milliseconds