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 |
uint32_t | rtp_ssrc |
uint8_t | rtp_pad |
uint8_t | rtp_ext |
uint8_t | rtp_m |
uint8_t | rtp_pt |
uint32_t | rtp_ts |
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
The values decoded from the bits extracted from ROHCv2 IP/UDP/RTP 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
uint8_t rohc_rfc5225_decoded::rtp_ext |
The RTP extension
uint8_t rohc_rfc5225_decoded::rtp_m |
The RTP Marker
uint8_t rohc_rfc5225_decoded::rtp_pad |
The RTP padding
uint8_t rohc_rfc5225_decoded::rtp_pt |
The RTP Payload Type (PT)
uint32_t rohc_rfc5225_decoded::rtp_ssrc |
The RTP SSRC
uint32_t rohc_rfc5225_decoded::rtp_ts |
The RTP TimeStamp (TS)
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