Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_types.h70 IFT_PPP = 0x17, /* RFC 1331 */ enumerator
268 #define IFT_PPP IFT_PPP macro
H A Dif_tuntap.c948 type = IFT_PPP; in tuncreate()
H A Dif_spppsubr.c482 if_register_com_alloc(IFT_PPP, sppp_alloc, sppp_free); in sppp_modevent()
H A Diflib.c5493 type = IFT_PPP; in iflib_register()
/f-stack/tools/compat/include/net/
H A Dif_types.h70 IFT_PPP = 0x17, /* RFC 1331 */ enumerator
268 #define IFT_PPP IFT_PPP macro
/f-stack/freebsd/netgraph/
H A Dng_sppp.c250 ifp = if_alloc(IFT_PPP); in ng_sppp_constructor()
/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c168 case IFT_PPP: in sctp_is_desired_interface_type()
/f-stack/freebsd/netinet6/
H A Din6.c2057 case IFT_PPP: /* RFC2472 */ in in6_if2idlen()