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

/openbsd-current/usr.sbin/pppd/
H A Dipcp.h79 u_char maxslotindex, cflag; /* values for RFC1332 VJ compression neg. */ member in struct:ipcp_options
H A Dipcp.c200 wo->maxslotindex = MAX_STATES - 1; /* really max index */
209 ao->maxslotindex = MAX_STATES - 1;
366 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
374 PUTCHAR(maxslotindex, ucp); \
404 go->maxslotindex, go->cflag);
434 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
449 if (cimaxslotindex != maxslotindex) \
484 go->maxslotindex, go->cflag);
578 * Accept the peer's value of maxslotindex provided that it
589 if (cimaxslotindex < go->maxslotindex)
793 u_char maxslotindex, cflag; local
[all...]
H A Doptions.c1395 ipcp_wantoptions [0].maxslotindex =
1396 ipcp_allowoptions[0].maxslotindex = value - 1;

Completed in 306 milliseconds