Searched refs:maxslotindex (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | ipcp.c | 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) \ argument 780 PUTCHAR(maxslotindex, ucp); \ 818 go->maxslotindex, go->cflag); 875 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument 890 if (cimaxslotindex != maxslotindex) \ 933 go->maxslotindex, go->cflag); [all …]
|
D | ipcp.h | 81 int maxslotindex; /* values for RFC1332 VJ compression neg. */ member
|