Searched refs:if_debugnet_methods (Results 1 – 3 of 3) sorted by relevance
91 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)266 (ifp)->if_debugnet_methods = &driver##_debugnet_methods
151 return (ifp->if_debugnet_methods->dn_transmit(ifp, m)); in debugnet_ether_output()589 ifp->if_debugnet_methods->dn_poll(ifp, 1000); in debugnet_network_poll()608 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_END); in debugnet_free()723 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_START); in debugnet_connect()820 ifp->if_debugnet_methods->dn_init(ifp, &nrxr, &ncl, &clsize); in debugnet_any_ifnet_update()
434 struct debugnet_methods *if_debugnet_methods; member