Home | History | Annotate | Download | only in pppd

Lines Matching refs:mrru

167     { "mrru", o_int, &lcp_wantoptions[0].mrru,
751 ADDCISHORT(CI_MRRU, go->neg_mrru, go->mrru);
900 ACKCISHORT(CI_MRRU, go->neg_mrru, go->mrru);
1183 * Nak for MRRU option - accept their value if it is smaller
1190 else if (cishort <= wo->mrru)
1191 try.mrru = cishort;
1449 REJCISHORT(CI_MRRU, neg_mrru, go->mrru);
1780 /* possibly should insist on a minimum/maximum MRRU here */
1782 ho->mrru = cishort;
2118 printer(arg, "mrru %d", cishort);