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 325 ipcp_wantoptions [0].maxslotindex =
326 ipcp_allowoptions[0].maxslotindex = value - 1;
576 wo->maxslotindex = MAX_STATES - 1; /* really max index */
586 ao->maxslotindex = MAX_STATES - 1;
772 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
780 PUTCHAR(maxslotindex, ucp); \
818 go->maxslotindex, go->cflag);
875 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
890 if (cimaxslotindex != maxslotindex) \
933 go->maxslotindex, go->cflag)
1336 u_char maxslotindex, cflag; local
    [all...]

Completed in 31 milliseconds