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