Searched refs:PP_MTU (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_sppp.h89 #define PP_MTU 1500 /* default/minimal MRU */ macro
H A Dif_spppsubr.c1014 ifp->if_mtu = PP_MTU;
2141 sp->lcp.mru = sp->lcp.their_mru = PP_MTU;
2160 sp->lcp.mru = sp->lcp.their_mru = PP_MTU;
2596 if (mru < PP_MTU || mru > PP_MAX_MRU)
2597 mru = PP_MTU;
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c709 d->ifp->if_mtu = PP_MTU;
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c503 d->ifp->if_mtu = PP_MTU;
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c835 d->ifp->if_mtu = PP_MTU;
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c725 d->ifp->if_mtu = PP_MTU;

Completed in 166 milliseconds