Lines Matching defs:maxslotindex
271 ipcp_wantoptions [0].maxslotindex =
272 ipcp_allowoptions[0].maxslotindex = value - 1;
387 wo->maxslotindex = MAX_STATES - 1; /* really max index */
392 ao->maxslotindex = MAX_STATES - 1;
564 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
572 PUTCHAR(maxslotindex, ucp); \
595 go->maxslotindex, go->cflag);
652 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
661 if (cimaxslotindex != maxslotindex) \
681 go->maxslotindex, go->cflag);
784 * Accept the peer's value of maxslotindex provided that it
795 if (cimaxslotindex < go->maxslotindex)
796 try.maxslotindex = cimaxslotindex;
970 go->maxslotindex, go->cflag);
1021 u_char maxslotindex, cflag;
1235 maxslotindex = ao->maxslotindex;
1247 GETCHAR(maxslotindex, p);
1248 if (maxslotindex > ao->maxslotindex) {
1250 maxslotindex = ao->maxslotindex;
1259 maxslotindex = MAX_STATES - 1;
1269 PUTCHAR(maxslotindex, nakp);
1278 ho->maxslotindex = maxslotindex;
1486 if (sifvjcomp(f->unit, ho->neg_vj, ho->cflag, ho->maxslotindex) != 1) {