Searched refs:sc_if (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_stf.c127 ifnet_t sc_if; /* common area */ member in struct:stf_softc
307 error = ifnet_allocate(&stf_init, &sc->sc_if);
314 ifnet_set_mtu(sc->sc_if, IPV6_MMTU);
315 ifnet_set_flags(sc->sc_if, 0, 0xffff); /* clear all flags */
318 ifnet_set_flags(sc->sc_if, IFF_LINK2, IFF_LINK2);
322 mac_ifnet_label_init(&sc->sc_if);
325 error = ifnet_attach(sc->sc_if, NULL);
329 ifnet_release(sc->sc_if);
334 bpfattach(sc->sc_if, DLT_NULL, sizeof(u_int));
355 if ((ifnet_flags(sc->sc_if)
[all...]
H A Dif_pppvar.h90 struct ifnet sc_if; /* network-visible interface */ member in struct:ppp_softc

Completed in 78 milliseconds