Home | History | Annotate | Download | only in pppd

Lines Matching refs:maxslotindex

325     ipcp_wantoptions [0].maxslotindex =
326 ipcp_allowoptions[0].maxslotindex = value - 1;
576 wo->maxslotindex = MAX_STATES - 1; /* really max index */
586 ao->maxslotindex = MAX_STATES - 1;
772 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
780 PUTCHAR(maxslotindex, ucp); \
818 go->maxslotindex, go->cflag);
875 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
890 if (cimaxslotindex != maxslotindex) \
933 go->maxslotindex, go->cflag);
1059 * Accept the peer's value of maxslotindex provided that it
1072 if (cimaxslotindex < go->maxslotindex)
1073 try.maxslotindex = cimaxslotindex;
1283 go->maxslotindex, go->cflag);
1336 u_char maxslotindex, cflag;
1515 GETCHAR(maxslotindex, p);
1516 if (maxslotindex > ao->maxslotindex) {
1520 PUTCHAR(ao->maxslotindex, p);
1531 ho->maxslotindex = maxslotindex;
1535 ho->maxslotindex = MAX_STATES - 1;
1735 sifvjcomp(f->unit, ho->neg_vj, ho->cflag, ho->maxslotindex);