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

/freebsd-12-stable/usr.sbin/ppp/
H A Dtun.c110 info.type = IFT_PPP;
/freebsd-12-stable/sys/net/
H A Dif_types.h70 IFT_PPP = 0x17, /* RFC 1331 */ enumerator in enum:__anon15896
268 #define IFT_PPP IFT_PPP macro
H A Dif_tuntap.c926 type = IFT_PPP;
H A Dif_spppsubr.c481 if_register_com_alloc(IFT_PPP, sppp_alloc, sppp_free);
484 /* if_deregister_com_alloc(IFT_PPP); */
H A Diflib.c5484 type = IFT_PPP;
/freebsd-12-stable/sys/netgraph/
H A Dng_sppp.c250 ifp = if_alloc(IFT_PPP);
/freebsd-12-stable/sys/netinet/
H A Dsctp_bsd_addr.c170 case IFT_PPP:
/freebsd-12-stable/sys/netinet6/
H A Din6.c2000 case IFT_PPP: /* RFC2472 */
/freebsd-12-stable/sys/dev/ce/
H A Dif_ce.c693 d->ifp = if_alloc(IFT_PPP);
/freebsd-12-stable/sys/dev/cp/
H A Dif_cp.c496 d->ifp = if_alloc(IFT_PPP);
/freebsd-12-stable/sys/dev/ctau/
H A Dif_ct.c714 d->ifp = if_alloc(IFT_PPP);
/freebsd-12-stable/sys/dev/cx/
H A Dif_cx.c824 d->ifp = if_alloc(IFT_PPP);

Completed in 208 milliseconds