Lines Matching full:packet
35 * Compressed packet format:
37 * The first octet contains the packet type (top 3 bits), TCP
41 * the compressed packet. The next two octets are the TCP checksum
56 * ack is more than 65535, an uncompressed packet is sent.)
60 * Packet types (must not conflict with IP protocol version)
62 * The top nibble of the first octet is the packet type. There are
64 * control flags set); uncompressed TCP (a normal IP/TCP packet but
66 * this type of packet syncs the sender & receiver); and compressed
71 * three bits are actual packet type. For backward compatibility
74 * means "IP packet".
77 /* packet types */
83 /* Bits in first octet of compressed packet */
84 #define NEW_C 0x40 /* flag bits for what changed in a packet */
101 * basically a copy of the entire IP/TCP header from the last packet
112 struct ip_hdr csu_ip; /* ip/tcp hdr from most recent packet */