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

/darwin-on-arm/xnu/bsd/man/man4/
H A DMakefile39 stf.4 \
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c97 * stf interface does not have, and will not need, a link-local address.
205 stf_mtx_grp = lck_grp_alloc_init("stf", LCK_GRP_ATTR_NULL);
236 struct stf_softc* stf = ifnet_softc(ifp); local
237 if (stf->sc_protocol_family == 0)
238 stf->sc_protocol_family = protocol_family;
240 printf("stf_add_proto: stf already has a proto\n");
289 struct stf_softc* stf = ifnet_softc(ifp); local
290 *protocol_family = stf->sc_protocol_family;
325 printf("stf softc attach failed\n" );
342 stf_init.name = "stf";
[all...]
/darwin-on-arm/xnu/bsd/conf/
H A DMASTER250 pseudo-device stf 1 # <stf>
H A Dfiles231 bsd/net/if_stf.c optional stf

Completed in 29 milliseconds