bah_start
void bah_start(struct ifnet *);
ifp->if_start = bah_start;
(void (*)(void *))bah_start, ifp);
bah_start(ifp);