HomeSort by relevance Sort by last modified time
    Searched refs:maxslotindex (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ipcp.h 81 int maxslotindex; /* values for RFC1332 VJ compression neg. */ member in struct:ipcp_options
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...]

Completed in 45 milliseconds