tapcreate
if ((sc = tapcreate(dev, flags)) == NULL)
if (sc == NULL && (sc = tapcreate(dev, 0)) == NULL) {
static struct tap_softc *tapcreate(cdev_t, int);