Home
last modified time | relevance | path

Searched refs:wantmtu (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
753 wantmtu = lcp->cfg.mtu; in LcpDecodeConfig()
754 if (maxmtu && wantmtu > maxmtu) { in LcpDecodeConfig()
756 fp->link->name, wantmtu, maxmtu); in LcpDecodeConfig()
757 wantmtu = maxmtu; in LcpDecodeConfig()
766 } else if (wantmtu && mru < wantmtu) { in LcpDecodeConfig()
768 lcp->his_mru = wantmtu; in LcpDecodeConfig()