Home
last modified time | relevance | path

Searched refs:MAX_SLOTS (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dvj.h31 #define MAX_SLOTS 16 /* must be > 2 and < 256 */ macro
143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
144 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
Dvj.c56 #if MAX_SLOTS == 0 in vj_compress_init()
59 comp->maxSlotIndex = MAX_SLOTS - 1; in vj_compress_init()
61 for (i = MAX_SLOTS - 1; i > 0; --i) { in vj_compress_init()
65 tstate[0].cs_next = &tstate[MAX_SLOTS - 1]; in vj_compress_init()
435 if (IPH_PROTO(ip) >= MAX_SLOTS in vj_uncompress_uncomp()
482 if (*cp >= MAX_SLOTS) { in vj_uncompress_tcp()
Dipcp.c198 wo->maxslotindex = MAX_SLOTS - 1; in ipcp_init()
208 ao->maxslotindex = MAX_SLOTS - 1; in ipcp_init()
1115 ho->maxslotindex = MAX_SLOTS - 1; in ipcp_reqci()