HomeSort by: relevance | last modified time | path
    Searched defs:maxslotindex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ipcp.h 92 int maxslotindex; /* values for RFC1332 VJ compression neg. */ member in struct:ipcp_options
ipcp.h 92 int maxslotindex; /* values for RFC1332 VJ compression neg. */ member in struct:ipcp_options
ipcp.c 349 ipcp_wantoptions [0].maxslotindex =
350 ipcp_allowoptions[0].maxslotindex = value - 1;
601 wo->maxslotindex = MAX_STATES - 1; /* really max index */
611 ao->maxslotindex = MAX_STATES - 1;
789 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
797 PUTCHAR(maxslotindex, ucp); \
848 go->maxslotindex, go->cflag);
906 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
921 if (cimaxslotindex != maxslotindex) \
979 go->maxslotindex, go->cflag)
1457 u_char maxslotindex, cflag; local
    [all...]
ipcp.c 349 ipcp_wantoptions [0].maxslotindex =
350 ipcp_allowoptions[0].maxslotindex = value - 1;
601 wo->maxslotindex = MAX_STATES - 1; /* really max index */
611 ao->maxslotindex = MAX_STATES - 1;
789 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
797 PUTCHAR(maxslotindex, ucp); \
848 go->maxslotindex, go->cflag);
906 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
921 if (cimaxslotindex != maxslotindex) \
979 go->maxslotindex, go->cflag)
1457 u_char maxslotindex, cflag; local
    [all...]

Completed in 63 milliseconds