HomeSort by relevance Sort by last modified time
    Searched refs:mrru (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
lcp.h 86 bool neg_mrru; /* negotiate multilink MRRU */
90 int mrru; /* Value of MRRU, and multilink enable */ member in struct:lcp_options
lcp.c 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;
    [all...]