ROHC compression/decompression library
Data Fields
generic_tmp_vars Struct Reference

Structure that contains variables that are used during one single compression of packet. More...

#include <rohc_comp_rfc3095.h>

Collaboration diagram for generic_tmp_vars:
Collaboration graph
[legend]

Data Fields

size_t ip_hdr_nr
 
struct rfc3095_ip_hdr_changes ip_hdr_changes [ROHC_MAX_IP_HDRS]
 
bool sn_4bits_possible
 
bool sn_7bits_possible
 
bool sn_12bits_possible
 
bool sn_5bits_possible
 
bool sn_8bits_possible
 
bool sn_13bits_possible
 
bool sn_6bits_possible
 
bool sn_9bits_possible
 
bool sn_14bits_possible
 

Detailed Description

Structure that contains variables that are used during one single compression of packet.

Structure that contains variables that are temporary, i.e. variables that will only be used for the compression of the current packet. These variables must be reinitialized every time a new packet arrive.

See also
c_init_tmp_variables

Field Documentation

◆ ip_hdr_changes

struct rfc3095_ip_hdr_changes generic_tmp_vars::ip_hdr_changes[ROHC_MAX_IP_HDRS]

The changes of the IP headers

◆ ip_hdr_nr

size_t generic_tmp_vars::ip_hdr_nr

The number of IP headers

◆ sn_12bits_possible

bool generic_tmp_vars::sn_12bits_possible

◆ sn_13bits_possible

bool generic_tmp_vars::sn_13bits_possible

◆ sn_14bits_possible

bool generic_tmp_vars::sn_14bits_possible

◆ sn_4bits_possible

bool generic_tmp_vars::sn_4bits_possible

◆ sn_5bits_possible

bool generic_tmp_vars::sn_5bits_possible

◆ sn_6bits_possible

bool generic_tmp_vars::sn_6bits_possible

◆ sn_7bits_possible

bool generic_tmp_vars::sn_7bits_possible

◆ sn_8bits_possible

bool generic_tmp_vars::sn_8bits_possible

◆ sn_9bits_possible

bool generic_tmp_vars::sn_9bits_possible

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