Lines Matching full:packet
26 * Compressed packet format:
28 * The first octet contains the packet type (top 3 bits), TCP
32 * the compressed packet. The next two octets are the TCP checksum
47 * ack is more than 65535, an uncompressed packet is sent.)
51 * Packet types (must not conflict with IP protocol version)
53 * The top nibble of the first octet is the packet type. There are
55 * control flags set); uncompressed TCP (a normal IP/TCP packet but
57 * this type of packet syncs the sender & receiver); and compressed
62 * three bits are actual packet type. For backward compatibility
65 * means "IP packet".
68 /* packet types */
74 /* Bits in first octet of compressed packet */
75 #define NEW_C 0x40 /* flag bits for what changed in a packet */