ROHC compression/decompression library
|
Data Fields | |
struct rohc_rfc5225_decoded_ip | ip [ROHC_MAX_IP_HDRS] |
size_t | ip_nr |
uint16_t | msn |
rohc_reordering_offset_t | reorder_ratio |
uint32_t | msn |
uint32_t | esp_spi |
uint16_t | udp_sport |
uint16_t | udp_dport |
uint16_t | udp_checksum |
bool | udp_checksum_used |
The values decoded from the bits extracted from ROHCv2 IP-only header
The values decoded from the bits extracted from ROHCv2 IP/ESP header
The values decoded from the bits extracted from ROHCv2 IP/UDP header
uint32_t rohc_rfc5225_decoded::esp_spi |
The ESP SPI decoded
struct rohc_rfc5225_decoded_ip rohc_rfc5225_decoded::ip |
The decoded values related to the IP headers
size_t rohc_rfc5225_decoded::ip_nr |
The number of the decoded IP headers
uint16_t rohc_rfc5225_decoded::msn |
The Master Sequence Number (MSN) of the packet
uint32_t rohc_rfc5225_decoded::msn |
The Master Sequence Number (MSN) of the packet
rohc_reordering_offset_t rohc_rfc5225_decoded::reorder_ratio |
The reorder ratio decoded
uint16_t rohc_rfc5225_decoded::udp_checksum |
The UDP checksum decoded
bool rohc_rfc5225_decoded::udp_checksum_used |
Whether the UDP checksum is used or not
uint16_t rohc_rfc5225_decoded::udp_dport |
The UDP destination port decoded
uint16_t rohc_rfc5225_decoded::udp_sport |
The UDP source port decoded