ROHC compression/decompression library
|
Data Fields | |
uint8_t | version:4 |
uint8_t | tos_tc_bits |
size_t | tos_tc_bits_nr |
uint8_t | id_behavior:2 |
size_t | id_behavior_nr |
struct rohc_lsb_field16 | id |
uint8_t | df:1 |
size_t | df_nr |
uint8_t | ttl_hl |
size_t | ttl_hl_nr |
uint8_t | proto |
size_t | proto_nr |
uint32_t | flowid:20 |
size_t | flowid_nr |
uint8_t | saddr [16] |
size_t | saddr_nr |
uint8_t | daddr [16] |
size_t | daddr_nr |
The outer or inner IP bits extracted from ROHC headers
uint8_t rohc_rfc5225_ip_bits::daddr |
The destination address bits found in static chain
size_t rohc_rfc5225_ip_bits::daddr_nr |
The number of source address bits
uint8_t rohc_rfc5225_ip_bits::df |
The DF bits found in dynamic chain of IR/IR-DYN header or in extension header
size_t rohc_rfc5225_ip_bits::df_nr |
The number of DF bits found
uint32_t rohc_rfc5225_ip_bits::flowid |
The IPv6 flow ID bits found in static chain
size_t rohc_rfc5225_ip_bits::flowid_nr |
The number of flow label bits
struct rohc_lsb_field16 rohc_rfc5225_ip_bits::id |
The IP-ID bits
uint8_t rohc_rfc5225_ip_bits::id_behavior |
The IP-ID behavior bits
size_t rohc_rfc5225_ip_bits::id_behavior_nr |
The number of IP-ID behavior bits
uint8_t rohc_rfc5225_ip_bits::proto |
The protocol/next header bits found static chain of IR header or in extension header
size_t rohc_rfc5225_ip_bits::proto_nr |
The number of protocol/next header bits
uint8_t rohc_rfc5225_ip_bits::saddr |
The source address bits found in static chain
size_t rohc_rfc5225_ip_bits::saddr_nr |
The number of source address bits
uint8_t rohc_rfc5225_ip_bits::tos_tc_bits |
The IP TOS/TC bits
size_t rohc_rfc5225_ip_bits::tos_tc_bits_nr |
The number of IP TOS/TC bits
uint8_t rohc_rfc5225_ip_bits::ttl_hl |
The IP TTL/HL bits
size_t rohc_rfc5225_ip_bits::ttl_hl_nr |
The number of IP TTL/HL bits
uint8_t rohc_rfc5225_ip_bits::version |
The version bits found in static chain of IR header