Searched refs:maxslotindex (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ipcp.c | 198 wo->maxslotindex = MAX_SLOTS - 1; in ipcp_init() 208 ao->maxslotindex = MAX_SLOTS - 1; in ipcp_init() 353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_addci() argument 361 PUTCHAR(maxslotindex, ucp); \ in ipcp_addci() 407 go->maxslotindex, go->cflag); in ipcp_addci() 438 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_ackci() argument 456 if (cimaxslotindex != maxslotindex) { \ in ipcp_ackci() 516 go->maxslotindex, go->cflag); in ipcp_ackci() 637 if (cimaxslotindex < go->maxslotindex) { in ipcp_nakci() 638 try.maxslotindex = cimaxslotindex; in ipcp_nakci() [all …]
|
D | ipcp.h | 91 u_char maxslotindex; /* VJ slots - 1. */ member
|
/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
|