Searched refs:phmtu (Results 1 – 1 of 1) sorted by relevance
667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; in LcpDecodeConfig() local1279 phmtu = p ? physical_DeviceMTU(p) : 0; in LcpDecodeConfig()1280 if (phmtu && mru > phmtu) in LcpDecodeConfig()1281 mru = phmtu; in LcpDecodeConfig()