ROHC compression/decompression library
|
#include <c_tcp_opts_list.h>
Data Fields | |
uint32_t | ts_req |
uint32_t | ts_reply |
bool | is_list_item_present [MAX_TCP_OPTION_INDEX+1] |
uint8_t | position2index [ROHC_TCP_OPTS_MAX] |
uint8_t | nr |
uint8_t | idx_max |
uint8_t | do_list_struct_changed:1 |
uint8_t | do_list_static_changed:1 |
uint8_t | opt_ts_present:1 |
uint8_t | opt_ts_do_transmit_item:1 |
uint8_t | unused:4 |
uint8_t | ts_req_bytes_nr:4 |
uint8_t | ts_reply_bytes_nr:4 |
uint8_t | unused4 [4] |
The temporary part of the compression context for TCP options
uint8_t c_tcp_opts_ctxt_tmp::do_list_static_changed |
Whether at least one of the static TCP options changed in the current packet
uint8_t c_tcp_opts_ctxt_tmp::do_list_struct_changed |
Whether the structure of the list of TCP options changed in the current packet
uint8_t c_tcp_opts_ctxt_tmp::idx_max |
bool c_tcp_opts_ctxt_tmp::is_list_item_present[MAX_TCP_OPTION_INDEX+1] |
Whether the content of every TCP options was transmitted or not
uint8_t c_tcp_opts_ctxt_tmp::nr |
The number of options in the list of TCP options
uint8_t c_tcp_opts_ctxt_tmp::opt_ts_do_transmit_item |
uint8_t c_tcp_opts_ctxt_tmp::opt_ts_present |
Whether the TCP option timestamp echo request is present in packet
uint8_t c_tcp_opts_ctxt_tmp::position2index[ROHC_TCP_OPTS_MAX] |
The mapping between option types and indexes
uint32_t c_tcp_opts_ctxt_tmp::ts_reply |
The value of the TCP option timestamp echo reply (in HBO)
uint8_t c_tcp_opts_ctxt_tmp::ts_reply_bytes_nr |
uint32_t c_tcp_opts_ctxt_tmp::ts_req |
The value of the TCP option timestamp echo request (in HBO)
uint8_t c_tcp_opts_ctxt_tmp::ts_req_bytes_nr |
uint8_t c_tcp_opts_ctxt_tmp::unused |
uint8_t c_tcp_opts_ctxt_tmp::unused4[4] |