Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_types.h78 IFT_PARA = 0x22, /* parallel-port */ enumerator
/freebsd/sys/dev/iicbus/
H A Dif_ic.c164 ifp = sc->ic_ifp = if_alloc(IFT_PARA); in icattach()
/freebsd/sys/dev/ppbus/
H A Dif_plip.c251 ifp = lp->sc_ifp = if_alloc(IFT_PARA); in lp_attach()