Home
last modified time | relevance | path

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

/trueos/sys/net/
HDif_types.h244 #define IFT_STF 0xd7 /* 6to4 interface */ macro
HDif_stf.c124 static SYSCTL_NODE(_net_link, IFT_STF, stf, CTLFLAG_RW, 0, "6to4 Interface");
230 ifp = STF2IFP(sc) = if_alloc(IFT_STF); in stf_clone_create()
/trueos/sys/netinet6/
HDin6_ifattach.c340 #ifdef IFT_STF in in6_get_hw_ifid()
341 case IFT_STF: in in6_get_hw_ifid()
733 case IFT_STF: in in6_ifattach()
/trueos/sys/netinet/
HDsctp_bsd_addr.c174 case IFT_STF: in sctp_is_desired_interface_type()