Searched refs:wantmtu (Results 1 – 1 of 1) sorted by relevance
667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; in LcpDecodeConfig() local753 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()