/external/syslinux/core/lwip/src/netif/ppp/ |
ipcp.c | 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) { 889 u_char maxslotindex, cflag; local [all...] |
ipcp.h | 91 u_char maxslotindex; /* VJ slots - 1. */ member in struct:ipcp_options
|
vj.h | 138 u_char maxSlotIndex;
|
vj.c | 59 comp->maxSlotIndex = MAX_SLOTS - 1;
|
ppp.c | [all...] |
/external/ppp/pppd/ |
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) \ 799 PUTCHAR(maxslotindex, ucp); \ 850 go->maxslotindex, go->cflag); 911 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ 926 if (cimaxslotindex != maxslotindex) \ 984 go->maxslotindex, go->cflag) 1437 u_char maxslotindex, cflag; local [all...] |
ipcp.h | 81 int maxslotindex; /* values for RFC1332 VJ compression neg. */ member in struct:ipcp_options
|