Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.c667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; in LcpDecodeConfig() local
782 wantmru = lcp->cfg.mru > maxmru ? maxmru : lcp->cfg.mru; in LcpDecodeConfig()
784 if (wantmru && mru > wantmru) in LcpDecodeConfig()
785 lcp->want_mru = wantmru; in LcpDecodeConfig()