Lines Matching refs:maxslotindex
198 wo->maxslotindex = MAX_SLOTS - 1;
208 ao->maxslotindex = MAX_SLOTS - 1;
353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
361 PUTCHAR(maxslotindex, ucp); \
407 go->maxslotindex, go->cflag);
438 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
456 if (cimaxslotindex != maxslotindex) { \
516 go->maxslotindex, go->cflag);
626 * Accept the peer's value of maxslotindex provided that it
637 if (cimaxslotindex < go->maxslotindex) {
638 try.maxslotindex = cimaxslotindex;
835 go->maxslotindex, go->cflag);
889 u_char maxslotindex, cflag;
1093 GETCHAR(maxslotindex, p);
1094 if (maxslotindex > ao->maxslotindex) {
1095 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Naking VJ max slot %d\n", maxslotindex));
1099 PUTCHAR(ao->maxslotindex, p);
1111 ho->maxslotindex = maxslotindex;
1115 ho->maxslotindex = MAX_SLOTS - 1;
1120 ho->vj_protocol, ho->old_vj, ho->maxslotindex, ho->cflag));
1263 sifvjcomp(f->unit, ho->neg_vj, ho->cflag, ho->maxslotindex);