Home
last modified time | relevance | path

Searched refs:if_debugnet_methods (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Ddebugnet.h91 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
266 (ifp)->if_debugnet_methods = &driver##_debugnet_methods
H A Ddebugnet.c151 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()
H A Dif_var.h434 struct debugnet_methods *if_debugnet_methods; member