Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/net/
H A Dvjcompress.h37 #define MAX_STATES 16 /* must be > 2 and < 256 */ macro
135 struct cstate tstate[MAX_STATES]; /* xmit connection states */
136 struct cstate rstate[MAX_STATES]; /* receive connection states */
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.h38 #define MAX_STATES 16 /* from slcompress.h */ macro
H A Dipcp.c387 wo->maxslotindex = MAX_STATES - 1; /* really max index */
392 ao->maxslotindex = MAX_STATES - 1;
1259 maxslotindex = MAX_STATES - 1;
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c83 max_state = MAX_STATES - 1; in vj_compress_init()
499 if (getip_p(buf) >= MAX_STATES || in vj_uncompress_uncomp()
556 if (*cp >= MAX_STATES) { in vj_uncompress_tcp()
H A Dspppcomp.c765 if (nxslots > MAX_STATES || nrslots > MAX_STATES) in spppcomp_inner_ioctl()