Searched refs:if_debugnet_methods (Results 1 – 4 of 4) sorted by relevance
174 return (ifp->if_debugnet_methods->dn_transmit(ifp, m)); in debugnet_ether_output()640 ifp->if_debugnet_methods->dn_poll(ifp, 1000); in debugnet_network_poll()659 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_END); in debugnet_free()776 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_START); in debugnet_connect()873 ifp->if_debugnet_methods->dn_init(ifp, &nrxr, &ncl, &clsize); in debugnet_any_ifnet_update()
89 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
184 struct debugnet_methods *if_debugnet_methods; member
5056 ifp->if_debugnet_methods = m; in if_setdebugnet_methods()