Home
last modified time | relevance | path

Searched refs:IFT_PPP (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/net/
HDif_types.h68 IFT_PPP = 0x17, /* RFC 1331 */ enumerator
265 #define IFT_PPP IFT_PPP macro
HDif_tun.c371 ifp = sc->tun_ifp = if_alloc(IFT_PPP); in tuncreate()
HDif_spppsubr.c481 if_register_com_alloc(IFT_PPP, sppp_alloc, sppp_free); in sppp_modevent()
/NextBSD/usr.sbin/ppp/
HDtun.c108 info.type = IFT_PPP; in tun_configure()
/NextBSD/sys/netgraph/
HDng_sppp.c250 ifp = if_alloc(IFT_PPP); in ng_sppp_constructor()
/NextBSD/sys/netinet/
HDsctp_bsd_addr.c169 case IFT_PPP: in sctp_is_desired_interface_type()
/NextBSD/sys/dev/lmc/
HDif_lmc.c3725 case IFT_PPP: in lmc_watchdog()
3829 sc->ifp = if_alloc(NSPPP ? IFT_PPP : IFT_OTHER); in lmc_ifnet_attach()
/NextBSD/sys/netinet6/
HDin6.c2018 case IFT_PPP: /* RFC2472 */ in in6_if2idlen()
/NextBSD/sys/dev/cp/
HDif_cp.c497 d->ifp = if_alloc(IFT_PPP); in cp_attach()
/NextBSD/sys/dev/ctau/
HDif_ct.c714 d->ifp = if_alloc(IFT_PPP); in ct_attach()
/NextBSD/sys/dev/ce/
HDif_ce.c694 d->ifp = if_alloc(IFT_PPP); in ce_attach()
/NextBSD/sys/dev/cx/
HDif_cx.c824 d->ifp = if_alloc(IFT_PPP); in cx_attach()