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