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