Home | History | Annotate | Download | only in pppd

Lines Matching refs:maxslotindex

333     ipcp_wantoptions [0].maxslotindex =
334 ipcp_allowoptions[0].maxslotindex = value - 1;
592 wo->maxslotindex = MAX_STATES - 1; /* really max index */
602 ao->maxslotindex = MAX_STATES - 1;
791 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
799 PUTCHAR(maxslotindex, ucp); \
850 go->maxslotindex, go->cflag);
911 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
926 if (cimaxslotindex != maxslotindex) \
984 go->maxslotindex, go->cflag);
1114 * Accept the peer's value of maxslotindex provided that it
1127 if (cimaxslotindex < go->maxslotindex)
1128 try.maxslotindex = cimaxslotindex;
1380 go->maxslotindex, go->cflag);
1437 u_char maxslotindex, cflag;
1616 GETCHAR(maxslotindex, p);
1617 if (maxslotindex > ao->maxslotindex) {
1621 PUTCHAR(ao->maxslotindex, p);
1632 ho->maxslotindex = maxslotindex;
1636 ho->maxslotindex = MAX_STATES - 1;
1843 sifvjcomp(f->unit, ho->neg_vj, ho->cflag, ho->maxslotindex);