| 
    ROHC compression/decompression library
    
   | 
 
#include <d_tcp_defines.h>

Data Fields | |
| size_t | nr | 
| uint8_t | structure [ROHC_TCP_OPTS_MAX] | 
| bool | expected_dynamic [ROHC_TCP_OPTS_MAX] | 
| bool | found [ROHC_TCP_OPTS_MAX] | 
| 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
| size_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
 1.8.13