ROHC compression/decompression library
Data Fields
d_tcp_opts_ctxt Struct Reference

#include <d_tcp_defines.h>

Collaboration diagram for d_tcp_opts_ctxt:
Collaboration graph
[legend]

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]
 

Detailed Description

The decompression context for TCP options

Field Documentation

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


The documentation for this struct was generated from the following file: