HomeSort by: relevance | last modified time | path
    Searched defs:sc_if (Results 1 - 25 of 204) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/net/
if_mpls.h 37 struct ifnet sc_if; member in struct:mpls_softc
if_mpls.h 37 struct ifnet sc_if; member in struct:mpls_softc
if_mpls.h 37 struct ifnet sc_if; member in struct:mpls_softc
if_slvar.h 44 struct ifnet sc_if; /* network-visible interface */ member in struct:sl_softc
if_slvar.h 44 struct ifnet sc_if; /* network-visible interface */ member in struct:sl_softc
if_slvar.h 44 struct ifnet sc_if; /* network-visible interface */ member in struct:sl_softc
if_pppvar.h 94 struct ifnet sc_if; /* network-visible interface */ member in struct:ppp_softc
if_stf.c 130 struct ifnet sc_if; /* common area */ member in struct:stf_softc
208 if_initname(&sc->sc_if, ifc->ifc_name, unit);
227 printf("%s: unable to attach encap\n", if_name(&sc->sc_if));
232 sc->sc_if.if_mtu = STF_MTU;
233 sc->sc_if.if_flags = 0;
234 sc->sc_if.if_ioctl = stf_ioctl;
235 sc->sc_if.if_output = stf_output;
236 sc->sc_if.if_type = IFT_STF;
237 sc->sc_if.if_dlt = DLT_NULL;
238 if_attach(&sc->sc_if);
    [all...]
  /src/sys/net/npf/
if_npflog.c 61 ifnet_t sc_if; member in struct:npflog_softc
86 npflog_clone_destroy(&sc->sc_if);
119 ifp = &sc->sc_if;
if_npflog.c 61 ifnet_t sc_if; member in struct:npflog_softc
86 npflog_clone_destroy(&sc->sc_if);
119 ifp = &sc->sc_if;
if_npflog.c 61 ifnet_t sc_if; member in struct:npflog_softc
86 npflog_clone_destroy(&sc->sc_if);
119 ifp = &sc->sc_if;
  /src/sys/arch/hpcarm/dev/
nbpkbd.c 65 struct hpckbd_ic_if sc_if; member in struct:nbpkbd_softc
113 sc->sc_if.hii_ctx = sc;
114 sc->sc_if.hii_establish = nbpkbd_input_establish;
115 sc->sc_if.hii_poll = nbpkbd_poll;
117 hpckbd_cnattach(&sc->sc_if);
123 haa.haa_ic = &sc->sc_if;
nbpkbd.c 65 struct hpckbd_ic_if sc_if; member in struct:nbpkbd_softc
113 sc->sc_if.hii_ctx = sc;
114 sc->sc_if.hii_establish = nbpkbd_input_establish;
115 sc->sc_if.hii_poll = nbpkbd_poll;
117 hpckbd_cnattach(&sc->sc_if);
123 haa.haa_ic = &sc->sc_if;
nbpkbd.c 65 struct hpckbd_ic_if sc_if; member in struct:nbpkbd_softc
113 sc->sc_if.hii_ctx = sc;
114 sc->sc_if.hii_establish = nbpkbd_input_establish;
115 sc->sc_if.hii_poll = nbpkbd_poll;
117 hpckbd_cnattach(&sc->sc_if);
123 haa.haa_ic = &sc->sc_if;
  /src/sys/dist/pf/net/
if_pflog.h 35 struct ifnet sc_if; /* the interface */ member in struct:pflog_softc
if_pflog.h 35 struct ifnet sc_if; /* the interface */ member in struct:pflog_softc
if_pflog.h 35 struct ifnet sc_if; /* the interface */ member in struct:pflog_softc
  /src/sys/dev/ic/
sgecvar.h 50 #define sc_if sc_ec.ec_if /* network-visible interface */ macro
sgecvar.h 50 #define sc_if sc_ec.ec_if /* network-visible interface */ macro
sgecvar.h 50 #define sc_if sc_ec.ec_if /* network-visible interface */ macro
malovar.h 81 #define sc_if sc_ec.ec_if macro
  /src/sys/arch/mac68k/dev/
if_mcvar.h 67 #define sc_if sc_ethercom.ec_if macro
  /src/sys/arch/macppc/dev/
if_mcvar.h 67 #define sc_if sc_ethercom.ec_if macro
  /src/sys/arch/sun3/dev/
if_ievar.h 60 #define sc_if sc_ethercom.ec_if /* network-visible interface */ macro
  /src/sys/dev/qbus/
if_il.c 87 #define sc_if sc_ec.ec_if /* network-visible interface */ macro
160 struct ifnet *ifp = &sc->sc_if;
251 sc->sc_if.if_flags &= ~IFF_RUNNING;
253 ilinit(&sc->sc_if);
274 sc->sc_if.if_flags &= ~IFF_UP;
294 sc->sc_if.if_flags &= ~IFF_UP;
327 if (sc->sc_if.if_flags & IFF_PROMISC) {
331 } else if (sc->sc_if.if_flags & IFF_ALLMULTI) {
369 sc->sc_if.if_flags |= IFF_ALLMULTI;
449 if ((sc->sc_if.if_flags & IFF_OACTIVE) == 0)
    [all...]

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 9