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

Define the TCP part of the profile decompression context
| uint8_t sc_tcp_context::ack_deltas_next |
| uint16_t sc_tcp_context::ack_deltas_width[20] |
| uint8_t sc_tcp_context::ack_flag |
| uint32_t sc_tcp_context::ack_num |
| uint32_t sc_tcp_context::ack_num_residue |
| uint32_t sc_tcp_context::ack_num_scaled |
| uint8_t sc_tcp_context::ack_num_scaling_nr |
| struct c_wlsb sc_tcp_context::ack_scaled_wlsb |
| uint16_t sc_tcp_context::ack_stride |
| struct c_wlsb sc_tcp_context::ack_wlsb |
| uint8_t sc_tcp_context::cr_tcp_ack_num_present |
| uint8_t sc_tcp_context::cr_tcp_urg_ptr_present |
| uint8_t sc_tcp_context::cr_tcp_window_present |
| uint8_t sc_tcp_context::ecn_used |
Explicit Congestion Notification used
| uint8_t sc_tcp_context::ecn_used_change_count |
The number of times the ECN fields were added to the compressed header
| uint8_t sc_tcp_context::ecn_used_zero_count |
The number of times the ECN fields were not needed
| uint8_t sc_tcp_context::innermost_dscp_trans_nr |
The number of innermost DSCP transmissions since last change
| uint8_t sc_tcp_context::innermost_ip_id_behavior_trans_nr |
The number of innermost IP-ID behavior transmissions since last change
| uint8_t sc_tcp_context::innermost_ttl_hopl_change_count |
| ip_context_t sc_tcp_context::ip_contexts[ROHC_MAX_IP_HDRS] |
| uint8_t sc_tcp_context::ip_contexts_nr |
| struct c_wlsb sc_tcp_context::ip_id_wlsb |
| uint8_t sc_tcp_context::ipv6_exts_list_dyn_trans_nr |
The number of IPv6 exts dynamic transmissions since last change
| uint8_t sc_tcp_context::ipv6_exts_list_static_trans_nr |
The number of IPv6 exts static transmissions since last change
| uint16_t sc_tcp_context::msn |
The Master Sequence Number (MSN)
| uint16_t sc_tcp_context::msn_of_last_ctxt_updating_pkt |
The MSN of the last packet that updated the context (used to determine if a positive ACK may cause a transition to a higher compression state)
| struct c_wlsb sc_tcp_context::msn_wlsb |
The W-LSB decoding context for MSN
| uint8_t sc_tcp_context::outer_ip_id_behavior_trans_nr |
The number of outer IP-ID behaviors transmissions since last change
| uint8_t sc_tcp_context::res_flags |
| uint32_t sc_tcp_context::seq_num |
| uint32_t sc_tcp_context::seq_num_factor |
| uint32_t sc_tcp_context::seq_num_residue |
| uint32_t sc_tcp_context::seq_num_scaled |
| uint8_t sc_tcp_context::seq_num_scaling_nr |
| struct c_wlsb sc_tcp_context::seq_scaled_wlsb |
| struct c_wlsb sc_tcp_context::seq_wlsb |
| uint8_t sc_tcp_context::tcp_ack_num_trans_nr |
The number of TCP ACK number transmissions since last change
| struct c_tcp_opts_ctxt sc_tcp_context::tcp_opts |
The compression context for TCP options
| uint8_t sc_tcp_context::tcp_opts_list_static_trans_nr |
The number of TCP options static transmissions since last change
| uint8_t sc_tcp_context::tcp_seq_num_trans_nr |
The number of TCP sequence number transmissions since last change
| uint8_t sc_tcp_context::tcp_urg_ptr_trans_nr |
The number of TCP URG pointer transmissions since last change
| uint8_t sc_tcp_context::tcp_window_change_count |
The number of times the window field was added to the compressed header
| uint8_t sc_tcp_context::ttl_hopl_change_count[ROHC_MAX_IP_HDRS] |
| struct c_wlsb sc_tcp_context::ttl_hopl_wlsb |
| uint8_t sc_tcp_context::unused2 |
| uint8_t sc_tcp_context::urg_flag |
| uint16_t sc_tcp_context::urg_ptr_nbo |
| uint16_t sc_tcp_context::window_nbo |
| struct c_wlsb sc_tcp_context::window_wlsb |
The W-LSB decoding context for TCP window
1.8.14