tap_init
static int tap_init(struct ifnet *);
ifp->if_init = tap_init;
tap_init();
void tap_init(void);