Searched defs:absmax_mru (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c244 int absmax_mru = PPP_MAXMRU; variable
622 mru = PPP_MRU > absmax_mru ? absmax_mru : PPP_MRU;
859 if (go->mru > absmax_mru)
860 go->mru = absmax_mru;
1293 (cishort <= PPP_MRU && cishort <= absmax_mru))
1505 if (cishort < PPP_MRU && cishort < absmax_mru) {
2418 if (mru > absmax_mru)
2419 mru = absmax_mru;
2462 ppp_recv_config(f->unit, (PPP_MRU > absmax_mru
[all...]

Completed in 64 milliseconds