Home
last modified time | relevance | path

Searched refs:mrru (Results 1 – 9 of 9) sorted by relevance

/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp.working67 set mrru 1500
91 set mrru 1500
H A Dppp.conf.span-isp144 set mrru 1500
189 set mrru 1500
H A Dppp.conf.sample682 set mrru 1500
694 set mrru 1500
/freebsd/usr.sbin/ppp/
H A Dmp.h96 u_short mrru; /* Max Reconstructed Receive Unit */ member
H A Dmp.c277 mp->cfg.mrru = 0; in mp_Init()
883 if (mp->cfg.mrru) in mp_ShowStatus()
884 prompt_Printf(arg->prompt, "%d (multilink enabled)\n", mp->cfg.mrru); in mp_ShowStatus()
H A Dlcp.c305 lcp->want_mrru = lcp->fsm.bundle->ncp.mp.cfg.mrru; in lcp_Setup()
692 if (mp->cfg.mrru) { in LcpDecodeConfig()
722 if (mp->cfg.mrru) { in LcpDecodeConfig()
H A Dcommand.c1881 arg->bundle->ncp.mp.cfg.mrru = long_val; in SetVariable()
2747 else if (!arg->bundle->ncp.mp.cfg.mrru) { in command_ChooseLink()
/freebsd/sys/netgraph/
H A Dng_ppp.h143 u_int16_t mrru; /* multilink peer MRRU */ member
H A Dng_ppp.c2012 if (plen > priv->conf.mrru) { in ng_ppp_mp_xmit()