Home
last modified time | relevance | path

Searched refs:IFT_FAITH (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/net/
H A Dif_faith.c140 ifp = if_alloc(IFT_FAITH); in faith_clone_create()
149 ifp->if_type = IFT_FAITH; in faith_clone_create()
313 if (rt && rt->rt_ifp && rt->rt_ifp->if_type == IFT_FAITH && in faithprefix()
H A Dif_types.h263 #define IFT_FAITH 0xf2 macro
H A Dif.c3888 case IFT_FAITH: in if_do_dad()
/netbsd-src/usr.sbin/faithd/
H A Dfaithd.c63 #ifdef IFT_FAITH
/netbsd-src/sys/netinet6/
H A Dip6_input.c514 rt->rt_ifp->if_type == IFT_FAITH) { in ip6_input()