/openbsd-src/usr.sbin/ldpd/ |
H A D | interface.c | 33 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-src/sys/net/ |
H A D | if_var.h | 202 void (*if_start)(struct ifnet *); /* initiate output */ 329 void if_start(struct ifnet *); 171 void (*if_start)(struct ifnet *); /* initiate output */ global() member
|
H A D | if_mpe.c | 114 ifp->if_start = mpe_start; in mpe_clone_create()
|
H A D | if_gre.c | 586 ifp->if_start = gre_start; in gre_clone_create() 658 ifp->if_start = mgre_start; in mgre_clone_create() 710 ifp->if_start = egre_start; in egre_clone_create() 779 ifp->if_start = nvgre_start; in nvgre_clone_create() 845 ifp->if_start = eoip_start; in eoip_clone_create()
|
H A D | if_mpip.c | 118 ifp->if_start = mpip_start; in mpip_clone_create()
|
H A D | if_mpw.c | 104 ifp->if_start = mpw_start; in mpw_clone_create()
|
H A D | if_gif.c | 169 ifp->if_start = gif_start; in gif_clone_create()
|
H A D | if_etherip.c | 159 ifp->if_start = etherip_start; in etherip_clone_create()
|
H A D | if.c | 641 KASSERTMSG(ifp->if_start == NULL, in if_attach_common() 642 "%s: if_start set with MPSAFE set", ifp->if_xname); in if_attach_common() 694 if_start(struct ifnet *ifp) 711 * (ifp->if_snd) back to the interface and calling if_start. in if_qstart_compat() 716 (*ifp->if_start)(ifp); in if_qstart_compat() 695 if_start(struct ifnet *ifp) if_start() function
|
H A D | if_bpe.c | 180 ifp->if_start = bpe_start; in bpe_clone_create()
|
/openbsd-src/usr.sbin/ospf6d/ |
H A D | ospfe.h | 133 void if_start(struct ospfd_conf *, struct iface *);
|
H A D | ospf6d.c | 720 if_start(conf, iface); in merge_config() 745 if_start(conf, iface); in merge_config()
|
H A D | interface.c | 286 if_start(struct ospfd_conf *xconf, struct iface *iface) in if_start() function
|
/openbsd-src/sys/dev/isa/ |
H A D | if_el.c | 174 ifp->if_start = elstart; in elattach()
|
H A D | if_eg.c | 403 ifp->if_start = egstart; in egattach()
|
/openbsd-src/sys/dev/ic/ |
H A D | xl.c | 1464 (*ifp->if_start)(ifp); in xl_intr() 2231 (*ifp->if_start)(ifp); in xl_watchdog() 2453 ifp->if_start = xl_start_90xB; in xl_attach() 2455 ifp->if_start = xl_start; in xl_attach()
|
H A D | lance.c | 174 ifp->if_start = sc->sc_start; in lance_config()
|
H A D | dp8390.c | 113 ifp->if_start = dp8390_start; in dp8390_config()
|
H A D | lemac.c | 987 ifp->if_start = lemac_ifstart; in lemac_ifattach()
|
H A D | smc91cxx.c | 233 ifp->if_start = smc91cxx_start; in smc91cxx_attach()
|
/openbsd-src/sys/net80211/ |
H A D | ieee80211_pae_output.c | 130 if_start(ifp); in ieee80211_send_eapol_key()
|
/openbsd-src/sys/arch/armv7/sunxi/ |
H A D | sxie.c | 261 ifp->if_start = sxie_start; in sxie_attach()
|
/openbsd-src/sys/dev/usb/ |
H A D | if_upl.c | 257 ifp->if_start = upl_start; in upl_attach()
|
H A D | if_ugl.c | 256 ifp->if_start = ugl_start; in ugl_attach()
|
H A D | if_cdce.c | 330 ifp->if_start = cdce_start; in cdce_attach()
|