Lines Matching +full:three +full:- +full:state
1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
34 * - Initial distribution.
53 * the receiver implicitly knows what changed -- see below).
62 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
63 * range 256 - 65535 or 0. (If the change in sequence number or
71 * three possible types: IP (not proto TCP or tcp with one of the
73 * with the 8-bit protocol field replaced by an 8-bit connection id --
77 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and
78 * is logically part of the 4-bit "changes" field that follows. Top
79 * three bits are actual packet type. For backward compatibility
99 /* reserved, special-case values of above */
107 * "state" data for each active tcp conversation on the wire. This is
115 u_char cs_id; /* connection # associated with this state */
127 * all the state data for one serial line (we need one of these
142 int sls_searches; /* searches for connection state */
143 int sls_misses; /* times couldn't find conn. state */