ROHC compression/decompression library
|
#include <d_tcp_defines.h>
Data Fields | |
uint8_t | structure [ROHC_TCP_OPTS_MAX] |
uint8_t | nr |
bool | expected_dynamic [ROHC_TCP_OPTS_MAX] |
uint8_t | unused2 [1] |
bool | found [ROHC_TCP_OPTS_MAX] |
uint8_t | unused3 [1] |
struct d_tcp_opt_ctxt | bits [MAX_TCP_OPTION_INDEX+1] |
The decompression context for TCP options
struct d_tcp_opt_ctxt d_tcp_opts_ctxt::bits[MAX_TCP_OPTION_INDEX+1] |
The bits of TCP options extracted from the dynamic chain, the tail of co_common/seq_8/rnd_8 packets, or the irregular chain
bool d_tcp_opts_ctxt::expected_dynamic[ROHC_TCP_OPTS_MAX] |
Whether the TCP options are expected in the dynamic part?
bool d_tcp_opts_ctxt::found[ROHC_TCP_OPTS_MAX] |
The TCP options that were found or not
uint8_t d_tcp_opts_ctxt::nr |
The number of options in the list of TCP options
uint8_t d_tcp_opts_ctxt::structure[ROHC_TCP_OPTS_MAX] |
The structure of the list of TCP options
uint8_t d_tcp_opts_ctxt::unused2[1] |
pad struct up to multiple of 8 bytes, align next fields
uint8_t d_tcp_opts_ctxt::unused3[1] |
pad struct up to multiple of 8 bytes, align next fields