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()636 ifp->if_debugnet_methods->dn_poll(ifp, 1000); in debugnet_network_poll()655 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_END); in debugnet_free()772 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_START); in debugnet_connect()869 ifp->if_debugnet_methods->dn_init(ifp, &nrxr, &ncl, &clsize); in debugnet_any_ifnet_update()
184 struct debugnet_methods *if_debugnet_methods; member
89 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
4935 ifp->if_debugnet_methods = m; in if_setdebugnet_methods()