re_intr
static void re_intr(void *);
re_intr, sc, &sc->re_intrhand, ifp->if_serializer);
static void re_intr __P((void *));
static int re_intr __P((void *));
sc->intr = re_intr;
static int re_intr(void *arg) /* Interrupt Handler */