Home
last modified time | relevance | path

Searched refs:phmtu (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
1279 phmtu = p ? physical_DeviceMTU(p) : 0; in LcpDecodeConfig()
1280 if (phmtu && mru > phmtu) in LcpDecodeConfig()
1281 mru = phmtu; in LcpDecodeConfig()