Home | History | Annotate | Download | only in tcpdump

Lines Matching full:tcp

2  * Definitions for tcp compression routines.
28 * The first octet contains the packet type (top 3 bits), TCP
29 * 'push' bit, and flags that indicate which of the 4 TCP sequence
31 * conversation number that associates a saved IP/TCP header with
32 * the compressed packet. The next two octets are the TCP checksum
39 * in the following order): TCP urgent pointer, window,
54 * three possible types: IP (not proto TCP or tcp with one of the
55 * control flags set); uncompressed TCP (a normal IP/TCP packet but
58 * TCP (described above).
60 * LSB of 4-bit field is TCP "PUSH" bit (a worthless anachronism) and