Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_types.h256 IFT_ENC = 0xf4, /* Encapsulating interface */ enumerator
H A Dif_enc.c166 ifp = sc->sc_ifp = if_alloc(IFT_ENC); in enc_clone_create()
/f-stack/tools/compat/include/net/
H A Dif_types.h256 IFT_ENC = 0xf4, /* Encapsulating interface */ enumerator
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5443 if (kif != NULL && kif->pfik_ifp->if_type == IFT_ENC) in pf_routable()