Home
last modified time | relevance | path

Searched refs:if_start (Results 1 – 25 of 148) sorted by relevance

123456

/openbsd/usr.sbin/ldpd/
H A Dinterface.c33 static int if_start(struct iface *, int);
234 if_start(struct iface *iface, int af) in if_start() function
343 if_start(ia->iface, ia->af); in if_update_af()
/openbsd/sys/net/
H A Dif_var.h171 void (*if_start)(struct ifnet *); /* initiate output */ member
321 void if_start(struct ifnet *);
H A Dif_mpe.c114 ifp->if_start = mpe_start; in mpe_clone_create()
H A Dif_gre.c581 ifp->if_start = gre_start; in gre_clone_create()
653 ifp->if_start = mgre_start; in mgre_clone_create()
705 ifp->if_start = egre_start; in egre_clone_create()
774 ifp->if_start = nvgre_start; in nvgre_clone_create()
840 ifp->if_start = eoip_start; in eoip_clone_create()
H A Dif_mpip.c118 ifp->if_start = mpip_start; in mpip_clone_create()
H A Dif_mpw.c104 ifp->if_start = mpw_start; in mpw_clone_create()
H A Dif_etherip.c154 ifp->if_start = etherip_start; in etherip_clone_create()
H A Dif_gif.c169 ifp->if_start = gif_start; in gif_clone_create()
H A Dif.c642 KASSERTMSG(ifp->if_start == NULL, in if_attach_common()
695 if_start(struct ifnet *ifp) in if_start() function
717 (*ifp->if_start)(ifp); in if_qstart_compat()
H A Dif_bpe.c180 ifp->if_start = bpe_start; in bpe_clone_create()
/openbsd/usr.sbin/ospf6d/
H A Dospfe.h134 void if_start(struct ospfd_conf *, struct iface *);
H A Dospf6d.c713 if_start(conf, iface); in merge_config()
738 if_start(conf, iface); in merge_config()
H A Dinterface.c286 if_start(struct ospfd_conf *xconf, struct iface *iface) in if_start() function
/openbsd/sys/dev/isa/
H A Dif_el.c174 ifp->if_start = elstart; in elattach()
H A Dif_eg.c403 ifp->if_start = egstart; in egattach()
/openbsd/sys/dev/ic/
H A Dxl.c1470 (*ifp->if_start)(ifp); in xl_intr()
2237 (*ifp->if_start)(ifp); in xl_watchdog()
2459 ifp->if_start = xl_start_90xB; in xl_attach()
2461 ifp->if_start = xl_start; in xl_attach()
H A Dlance.c174 ifp->if_start = sc->sc_start; in lance_config()
H A Dlemac.c987 ifp->if_start = lemac_ifstart; in lemac_ifattach()
H A Ddp8390.c113 ifp->if_start = dp8390_start; in dp8390_config()
H A Dsmc91cxx.c233 ifp->if_start = smc91cxx_start; in smc91cxx_attach()
/openbsd/sys/net80211/
H A Dieee80211_pae_output.c130 if_start(ifp); in ieee80211_send_eapol_key()
/openbsd/sys/arch/armv7/sunxi/
H A Dsxie.c261 ifp->if_start = sxie_start; in sxie_attach()
/openbsd/sys/dev/usb/
H A Dif_ugl.c259 ifp->if_start = ugl_start; in ugl_attach()
H A Dif_upl.c260 ifp->if_start = upl_start; in upl_attach()
H A Dif_cdce.c332 ifp->if_start = cdce_start; in cdce_attach()

123456