Home
last modified time | relevance | path

Searched refs:IFT_STF (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet6/
H A Din6_ifattach.c266 #ifdef IFT_STF in in6_get_hw_ifid()
267 case IFT_STF: in in6_get_hw_ifid()
594 #ifdef IFT_STF in in6_ifattach()
595 case IFT_STF: in in6_ifattach()
/netbsd-src/sys/net/
H A Dif_types.h258 #define IFT_STF 0xd7 /* 6to4 interface */ macro
H A Dif_stf.c236 sc->sc_if.if_type = IFT_STF; in stf_clone_create()