HomeSort by: relevance | last modified time | path
    Searched refs:MAX_STATES (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/
slcompress.h 49 #define MAX_STATES 16 /* must be > 2 and < 256 */
157 struct cstate tstate[MAX_STATES]; /* xmit connection states */
158 struct cstate rstate[MAX_STATES]; /* receive connection states */
slcompress.c 77 for (i = MAX_STATES - 1; i > 0; --i) {
81 tstate[0].cs_next = &tstate[MAX_STATES - 1];
101 max_state = MAX_STATES - 1;
489 if (ip->ip_p >= MAX_STATES)
528 if (*cp >= MAX_STATES)
  /src/external/bsd/ppp/dist/pppd/
ipcp.h 65 #define MAX_STATES 16 /* from slcompress.h */
ipcp.c 601 wo->maxslotindex = MAX_STATES - 1; /* really max index */
611 ao->maxslotindex = MAX_STATES - 1;
1656 ho->maxslotindex = MAX_STATES - 1;
  /src/external/bsd/flex/dist/examples/manual/
j2t.lex 7 #define MAX_STATES 1024
16 int states[MAX_STATES];

Completed in 21 milliseconds