ROHC compression/decompression library
|
Data Fields | |
uint8_t | version:4 |
uint8_t | tos_tc |
rohc_ip_id_behavior_t | id_behavior |
uint16_t | id |
uint8_t | df:1 |
uint8_t | ttl |
uint8_t | proto |
uint8_t | nbo:1 |
uint8_t | rnd:1 |
uint32_t | flowid:20 |
uint8_t | saddr [16] |
uint8_t | daddr [16] |
The IP values decoded from the extracted ROHC bits
uint8_t rohc_rfc5225_decoded_ip::daddr |
The decoded destination address field
uint8_t rohc_rfc5225_decoded_ip::df |
The decoded DF field (IPv4 only)
uint32_t rohc_rfc5225_decoded_ip::flowid |
The decoded flow ID field (IPv6 only)
uint16_t rohc_rfc5225_decoded_ip::id |
The decoded IP-ID field (IPv4 only)
rohc_ip_id_behavior_t rohc_rfc5225_decoded_ip::id_behavior |
The decoded IP-ID behavior (IPv4 only)
uint8_t rohc_rfc5225_decoded_ip::nbo |
The decoded NBO field (IPv4 only)
uint8_t rohc_rfc5225_decoded_ip::proto |
The decoded protocol/NH field
uint8_t rohc_rfc5225_decoded_ip::rnd |
The decoded RND field (IPv4 only)
uint8_t rohc_rfc5225_decoded_ip::saddr |
The decoded source address field
uint8_t rohc_rfc5225_decoded_ip::tos_tc |
The decoded TOS/TC field
uint8_t rohc_rfc5225_decoded_ip::ttl |
The decoded TTL/HL field
uint8_t rohc_rfc5225_decoded_ip::version |
The decoded version field