Lines Matching +full:three +full:- +full:state
24 * - Initial distribution.
31 * - 01-31-90 initial adaptation
33 * - Feb 1991 Bill_Simpson@um.cc.umich.edu
51 * the receiver implicitly knows what changed -- see below).
60 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
61 * range 256 - 65535 or 0. (If the change in sequence number or
69 * three possible types: IP (not proto TCP or tcp with one of the
71 * with the 8-bit protocol field replaced by an 8-bit connection id --
75 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and
76 * is logically part of the 4-bit "changes" field that follows. Top
77 * three bits are actual packet type. For backward compatibility
101 /* reserved, special-case values of above */
123 * "state" data for each active tcp conversation on the wire. This is
141 * all the state data for one serial line (we need one of these per line).
147 byte_t tslot_limit; /* highest transmit slot id (0-l)*/
148 byte_t rslot_limit; /* highest receive slot id (0-l)*/
157 int32 sls_o_nontcp; /* outbound non-TCP packets */
161 int32 sls_o_searches; /* searches for connection state */
162 int32 sls_o_misses; /* times couldn't find conn. state */