ROHC compression/decompression library
Data Fields
c_tcp_opts_ctxt_tmp Struct Reference

#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]
 

Detailed Description

The temporary part of the compression context for TCP options

Field Documentation

◆ do_list_static_changed

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

◆ do_list_struct_changed

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

◆ idx_max

uint8_t c_tcp_opts_ctxt_tmp::idx_max

◆ is_list_item_present

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

◆ nr

uint8_t c_tcp_opts_ctxt_tmp::nr

The number of options in the list of TCP options

◆ opt_ts_do_transmit_item

uint8_t c_tcp_opts_ctxt_tmp::opt_ts_do_transmit_item

◆ opt_ts_present

uint8_t c_tcp_opts_ctxt_tmp::opt_ts_present

Whether the TCP option timestamp echo request is present in packet

◆ position2index

uint8_t c_tcp_opts_ctxt_tmp::position2index[ROHC_TCP_OPTS_MAX]

The mapping between option types and indexes

◆ ts_reply

uint32_t c_tcp_opts_ctxt_tmp::ts_reply

The value of the TCP option timestamp echo reply (in HBO)

◆ ts_reply_bytes_nr

uint8_t c_tcp_opts_ctxt_tmp::ts_reply_bytes_nr

◆ ts_req

uint32_t c_tcp_opts_ctxt_tmp::ts_req

The value of the TCP option timestamp echo request (in HBO)

◆ ts_req_bytes_nr

uint8_t c_tcp_opts_ctxt_tmp::ts_req_bytes_nr

◆ unused

uint8_t c_tcp_opts_ctxt_tmp::unused

◆ unused4

uint8_t c_tcp_opts_ctxt_tmp::unused4[4]

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