| 
    ROHC compression/decompression library
    
   | 
 
Define the RFC5225-specific temporary variables in the profile compression context. More...
Data Fields | |
| bool | at_least_one_df_changed | 
| bool | at_least_one_ip_id_behavior_changed | 
| bool | outer_df_changed | 
| bool | outer_ip_id_behavior_changed | 
| bool | outer_ip_flag | 
| bool | innermost_df_changed | 
| bool | innermost_ip_id_behavior_changed | 
| bool | innermost_tos_tc_changed | 
| bool | innermost_ttl_hopl_changed | 
| bool | innermost_ip_flag | 
| uint16_t | innermost_ip_id | 
| uint16_t | innermost_ip_id_offset | 
| uint8_t | innermost_df | 
| uint8_t | innermost_ttl_hopl | 
| uint8_t | innermost_tos_tc | 
| int32_t | msn_offset | 
| int16_t | msn_offset | 
| bool | new_udp_checksum_used | 
| bool | udp_checksum_used_changed | 
Define the RFC5225-specific temporary variables in the profile compression context.
| bool comp_rfc5225_tmp_variables::at_least_one_df_changed | 
Whether at least one of the DF fields changed
| bool comp_rfc5225_tmp_variables::at_least_one_ip_id_behavior_changed | 
Whether the behavior of at least one of the IP-ID fields changed
| uint8_t comp_rfc5225_tmp_variables::innermost_df | 
The new innermost DF value
| bool comp_rfc5225_tmp_variables::innermost_df_changed | 
Whether the innermost DF field changed
| bool comp_rfc5225_tmp_variables::innermost_ip_flag | 
Whether the innermost TOS/TC or TTL/HL changed in the innermost IP header
| uint16_t comp_rfc5225_tmp_variables::innermost_ip_id | 
The new innermost IP-ID value
| bool comp_rfc5225_tmp_variables::innermost_ip_id_behavior_changed | 
Whether the behavior of the innermost IP-ID field changed
| uint16_t comp_rfc5225_tmp_variables::innermost_ip_id_offset | 
The new innermost IP-ID / SN delta (with bits swapped if necessary)
| uint8_t comp_rfc5225_tmp_variables::innermost_tos_tc | 
The new innermost TOS/TC value
| bool comp_rfc5225_tmp_variables::innermost_tos_tc_changed | 
Whether the innermost TOS/TC changed in the innermost IP header
| uint8_t comp_rfc5225_tmp_variables::innermost_ttl_hopl | 
The new innermost TTL/HL value
| bool comp_rfc5225_tmp_variables::innermost_ttl_hopl_changed | 
Whether the innermost TTL/HL changed in the innermost IP header
| int16_t comp_rfc5225_tmp_variables::msn_offset | 
The offset between two consecutive MSN
| int32_t comp_rfc5225_tmp_variables::msn_offset | 
The offset between two consecutive MSN
| bool comp_rfc5225_tmp_variables::new_udp_checksum_used | 
Whether the UDP checksum is used or not
| bool comp_rfc5225_tmp_variables::outer_df_changed | 
Whether at least one of the DF fields changed in all outer IP headers
| bool comp_rfc5225_tmp_variables::outer_ip_flag | 
| bool comp_rfc5225_tmp_variables::outer_ip_id_behavior_changed | 
Whether the behavior of at least one of the outer IP-ID fields changed
| bool comp_rfc5225_tmp_variables::udp_checksum_used_changed | 
Whether the fact that the UDP checksum is used or not changed
 1.8.13