Searched refs:stf (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/man/man4/
H A DMakefile39 stf.4 \
/xnu-2422.115.4/bsd/net/
H A Dif_stf.c97 * stf interface does not have, and will not need, a link-local address.
206 stf_mtx_grp = lck_grp_alloc_init("stf", LCK_GRP_ATTR_NULL);
237 struct stf_softc* stf = ifnet_softc(ifp); local
238 if (stf->sc_protocol_family == 0)
239 stf->sc_protocol_family = protocol_family;
241 printf("stf_add_proto: stf already has a proto\n");
290 struct stf_softc* stf = ifnet_softc(ifp); local
291 *protocol_family = stf->sc_protocol_family;
326 printf("stf softc attach failed\n" );
343 stf_init.name = "stf";
[all...]
/xnu-2422.115.4/bsd/conf/
H A DMASTER233 pseudo-device stf 1 # <stf>
H A Dfiles250 bsd/net/if_stf.c optional stf

Completed in 78 milliseconds