#include "lwip/ip.h"
#include "lwip/tcp_impl.h"
Go to the source code of this file.
◆ cs_hdr
#define cs_hdr vjcs_u.csu_hdr |
Definition at line 116 of file vj.h.
◆ cs_ip
#define cs_ip vjcs_u.csu_ip |
Definition at line 115 of file vj.h.
◆ MAX_HDR
Definition at line 32 of file vj.h.
◆ MAX_SLOTS
#define MAX_SLOTS 16 /* must be > 2 and < 256 */ |
Definition at line 31 of file vj.h.
◆ NEW_A
Definition at line 87 of file vj.h.
◆ NEW_C
#define NEW_C 0x40 /* flag bits for what changed in a packet */ |
Definition at line 84 of file vj.h.
◆ NEW_I
Definition at line 85 of file vj.h.
◆ NEW_S
Definition at line 86 of file vj.h.
◆ NEW_U
Definition at line 89 of file vj.h.
◆ NEW_W
Definition at line 88 of file vj.h.
◆ SPECIAL_D
Definition at line 93 of file vj.h.
◆ SPECIAL_I
Definition at line 92 of file vj.h.
◆ SPECIALS_MASK
Definition at line 94 of file vj.h.
◆ TCP_PUSH_BIT
#define TCP_PUSH_BIT 0x10 |
Definition at line 96 of file vj.h.
◆ TYPE_COMPRESSED_TCP
#define TYPE_COMPRESSED_TCP 0x80 |
Definition at line 80 of file vj.h.
◆ TYPE_ERROR
Definition at line 81 of file vj.h.
◆ TYPE_IP
Definition at line 78 of file vj.h.
◆ TYPE_UNCOMPRESSED_TCP
#define TYPE_UNCOMPRESSED_TCP 0x70 |
Definition at line 79 of file vj.h.
◆ VJF_TOSS
#define VJF_TOSS 1U /* tossing rcvd frames because of input err */ |
Definition at line 148 of file vj.h.
◆ vj_compress_init()
◆ vj_compress_tcp()
◆ vj_uncompress_err()
void vj_uncompress_err |
( |
struct vjcompress * |
comp | ) |
|
◆ vj_uncompress_tcp()
◆ vj_uncompress_uncomp()
int vj_uncompress_uncomp |
( |
struct pbuf * |
nb, |
|
|
struct vjcompress * |
comp |
|
) |
| |