HomeSort by relevance Sort by last modified time
    Searched refs:mrru (Results 1 - 7 of 7) 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...]
  /external/libppp/src/
mp.h 96 u_short mrru; /* Max Reconstructed Receive Unit */ member in struct:mp::__anon9613
mp.c 277 mp->cfg.mrru = 0;
317 log_Printf(LogPHASE, "%s: Invalid MRRU/SHORTSEQ MP parameters !\n",
734 * Actually, forget it. This test is done against the MRRU rather
749 log_Printf(LogDEBUG, "Don't send data as PROTO_IP, MRU < MRRU\n");
860 prompt_Printf(arg->prompt, " MRRU: %u\n", mp->local_mrru);
872 prompt_Printf(arg->prompt, " MRRU: %u\n", mp->peer_mrru);
882 prompt_Printf(arg->prompt, " MRRU: ");
883 if (mp->cfg.mrru)
884 prompt_Printf(arg->prompt, "%d (multilink enabled)\n", mp->cfg.mrru);
    [all...]
lcp.c 140 "MRRU", /* 17: Multilink-MRRU */
168 " MAGIC %08lx, MRRU %u, SHORTSEQ %s, REJECT %04x\n",
176 " MAGIC %08lx, MRRU %u, SHORTSEQ %s, REJECT %04x\n",
305 lcp->want_mrru = lcp->fsm.bundle->ncp.mp.cfg.mrru;
692 if (mp->cfg.mrru) {
722 if (mp->cfg.mrru) {
    [all...]
command.c     [all...]

Completed in 327 milliseconds