Searched refs:maxslotindex (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dipcp.h119 u8_t maxslotindex; /* values for RFC1332 VJ compression neg. */ member in struct:ipcp_options
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dipcp.c360 ipcp_wantoptions [0].maxslotindex =
361 ipcp_allowoptions[0].maxslotindex = value - 1;
620 wo->maxslotindex = MAX_STATES - 1; /* really max index */
636 ao->maxslotindex = MAX_STATES - 1;
827 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
835 PUTCHAR(maxslotindex, ucp); \
892 go->maxslotindex, go->cflag);
958 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
973 if (cimaxslotindex != maxslotindex) \
1037 go->maxslotindex, g
1523 u_char maxslotindex, cflag; local
[all...]

Completed in 30 milliseconds