Searched refs:if_clone_lookup (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | if_var_private.h | 1563 extern struct if_clone *if_clone_lookup(const char *__counted_by(namelen) name, size_t namelen, u_i…
|
| H A D | kpi_interface.c | 3033 if (if_clone_lookup(__terminated_by_to_indexable(cloner_params->ifc_name), in ifnet_clone_attach() 3073 if ((if_clone_lookup(ifc->ifc_name, ifc->ifc_namelen, NULL)) == NULL) { in ifnet_clone_detach()
|
| H A D | if.c | 614 ifc = if_clone_lookup(name, len, &unit); in if_clone_create() 708 ifc = if_clone_lookup(name, namelen, &unit); in if_clone_destroy() 761 if_clone_lookup(const char *__counted_by(namelen) name, size_t namelen, u_int32_t *unitp) in if_clone_lookup() function
|