ifc_create_ifp
int error = ifc_create_ifp(name, &ifd, &ifp);
int ifc_create_ifp(const char *name, struct ifc_data *ifd, struct ifnet **ifpp);
ifc_create_ifp(encname, &ifd, &ifp);
ifc_create_ifp(loname, &ifd, &V_loif);
ifc_create_ifp(pflogname, &ifd, NULL);