ROHC compression/decompression library
Data Fields
d_tcp_context Struct Reference

Define the TCP part of the decompression profile context. More...

Collaboration diagram for d_tcp_context:
Collaboration graph
[legend]

Data Fields

uint16_t msn
uint8_t ecn_used
uint16_t tcp_src_port
uint16_t tcp_dst_port
uint32_t seq_num_scaled
uint32_t seq_num_residue
struct rohc_lsb_decodeseq_lsb_ctxt
struct rohc_lsb_decodeseq_scaled_lsb_ctxt
uint16_t ack_stride
uint32_t ack_num_scaled
uint32_t ack_num_residue
struct rohc_lsb_decodeack_lsb_ctxt
uint8_t tcp_options_list [ROHC_TCP_OPTS_MAX]
uint8_t tcp_options_offset [ROHC_TCP_OPTS_MAX]
uint16_t tcp_option_maxseg
uint8_t tcp_option_window
uint8_t tcp_opts_list_struct [ROHC_TCP_OPTS_MAX]
bool is_tcp_opts_list_item_present [ROHC_TCP_OPTS_MAX]
size_t tcp_opts_list_item_uncomp_length [ROHC_TCP_OPTS_MAX]
struct tcp_option_timestamp tcp_option_timestamp
struct rohc_lsb_decodeopt_ts_req_lsb_ctxt
struct rohc_lsb_decodeopt_ts_reply_lsb_ctxt
uint8_t tcp_option_sack_length
uint8_t tcp_option_sackblocks [8 *4]
uint8_t tcp_options_free_offset
uint8_t tcp_options_values [MAX_TCP_OPT_SIZE]
tcphdr_t old_tcphdr
uint8_t ip_context [MAX_IP_CONTEXT_SIZE]

Detailed Description

Define the TCP part of the decompression profile context.

This object must be used with the generic part of the decompression context d_generic_context.

See also:
d_generic_context

Field Documentation

Whether the content of every TCP options was transmitted or not

TODO

The structure of the list of TCP options


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