if_clone_lookup
ifc = if_clone_lookup(name, &unit);
ifc = if_clone_lookup(name, NULL);
struct if_clone *if_clone_lookup(const char *, int *);
if ((ifc = if_clone_lookup(newifp->if_xname,
if_clone_lookup(const char *, int *);