ROHC compression/decompression library
|
Data Fields | |
struct rohc_lsb_decode | msn_lsb_ctxt |
struct rohc_lsb_decode | ip_id_offset_lsb_ctxt |
rohc_reordering_offset_t | reorder_ratio |
size_t | ip_contexts_nr |
ip_context_t | ip_contexts [ROHC_MAX_IP_HDRS] |
uint16_t | udp_sport |
uint16_t | udp_dport |
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 |
Define the ROHCv2 IP/UDP/RTP part of the decompression profile context
ip_context_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::ip_contexts[ROHC_MAX_IP_HDRS] |
size_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::ip_contexts_nr |
struct rohc_lsb_decode rohc_decomp_rfc5225_ip_udp_rtp_ctxt::ip_id_offset_lsb_ctxt |
The LSB decoding context of innermost IP-ID offset
struct rohc_lsb_decode rohc_decomp_rfc5225_ip_udp_rtp_ctxt::msn_lsb_ctxt |
The LSB decoding context of MSN
rohc_reordering_offset_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::reorder_ratio |
The reorder ratio that compressor sent to decompressor
uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_ext |
The RTP extension
uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_m |
The RTP Marker
uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_pad |
The RTP padding
uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_pt |
The RTP Payload Type (PT)
uint32_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_ssrc |
The RTP SSRC
uint32_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_ts |
The RTP TimeStamp (TS)
bool rohc_decomp_rfc5225_ip_udp_rtp_ctxt::udp_checksum_used |
Whether the UDP checksum is used or not
uint16_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::udp_dport |
The UDP destination port
uint16_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::udp_sport |
The UDP source port