ROHC compression/decompression library
|
Structure that contains variables that are used during one single compression of packet. More...
#include <rohc_comp_rfc3095.h>
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 |
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.
struct rfc3095_ip_hdr_changes generic_tmp_vars::ip_hdr_changes[ROHC_MAX_IP_HDRS] |
The changes of the IP headers
size_t generic_tmp_vars::ip_hdr_nr |
The number of IP headers
bool generic_tmp_vars::sn_12bits_possible |
bool generic_tmp_vars::sn_13bits_possible |
bool generic_tmp_vars::sn_14bits_possible |
bool generic_tmp_vars::sn_4bits_possible |
bool generic_tmp_vars::sn_5bits_possible |
bool generic_tmp_vars::sn_6bits_possible |
bool generic_tmp_vars::sn_7bits_possible |
bool generic_tmp_vars::sn_8bits_possible |
bool generic_tmp_vars::sn_9bits_possible |