Home
last modified time | relevance | path

Searched refs:MAX_STATES (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dvjcompress.h35 #define MAX_STATES 16 /* must be > 2 and < 256 */ macro
133 struct cstate tstate[MAX_STATES]; /* xmit connection states */
134 struct cstate rstate[MAX_STATES]; /* receive connection states */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.h38 #define MAX_STATES 16 /* from slcompress.h */ macro
H A Dipcp.c380 wo->maxslotindex = MAX_STATES - 1; /* really max index */
385 ao->maxslotindex = MAX_STATES - 1;
1252 maxslotindex = MAX_STATES - 1;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c81 max_state = MAX_STATES - 1; in vj_compress_init()
497 if (getip_p(buf) >= MAX_STATES || in vj_uncompress_uncomp()
554 if (*cp >= MAX_STATES) { in vj_uncompress_tcp()
H A Dspppcomp.c768 if (nxslots > MAX_STATES || nrslots > MAX_STATES) in spppcomp_inner_ioctl()