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...]
sys-linux.c 648 void cfg_bundle(int mrru, int mtru, int rssn, int tssn)
653 /* set the mrru, mtu and flags */
654 if (ioctl(ppp_dev_fd, PPPIOCSMRRU, &mrru) < 0)
655 error("Couldn't set MRRU: %m");
659 | (mrru? SC_MULTILINK: 0)));
674 void make_new_bundle(int mrru, int mtru, int rssn, int tssn)
683 /* set the mrru and flags */
684 cfg_bundle(mrru, mtru, rssn, tssn);
    [all...]

Completed in 61 milliseconds