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

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipcp.h105 int maxslotindex; /* values for RFC1332 VJ compression neg. */ member in struct:ipcp_options
H A Dipcp.c409 ipcp_wantoptions [0].maxslotindex =
410 ipcp_allowoptions[0].maxslotindex = value - 1;
660 wo->maxslotindex = MAX_STATES - 1; /* really max index */
670 ao->maxslotindex = MAX_STATES - 1;
870 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
878 PUTCHAR(maxslotindex, ucp); \
916 go->maxslotindex, go->cflag);
977 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
992 if (cimaxslotindex != maxslotindex) \
1035 go->maxslotindex, g
1433 u_char maxslotindex, cflag; local
[all...]

Completed in 194 milliseconds