Home | History | Annotate | Download | only in net

Lines Matching full:tcp

2  * Definitions for tcp compression routines.
34 * The first octet contains the packet type (top 3 bits), TCP
35 * 'push' bit, and flags that indicate which of the 4 TCP sequence
37 * conversation number that associates a saved IP/TCP header with
38 * the compressed packet. The next two octets are the TCP checksum
45 * in the following order): TCP urgent pointer, window,
60 * three possible types: IP (not proto TCP or tcp with one of the
61 * control flags set); uncompressed TCP (a normal IP/TCP packet but
64 * TCP (described above).
66 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and
97 * "state" data for each active tcp conversation on the wire. This is
98 * basically a copy of the entire IP/TCP header from the last packet
109 struct ip csu_ip; /* ip/tcp hdr from most recent packet */