ROHC compression/decompression library
Data Fields
rohc_decomp_rfc5225_ip_udp_rtp_ctxt Struct Reference
Collaboration diagram for rohc_decomp_rfc5225_ip_udp_rtp_ctxt:
Collaboration graph
[legend]

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
 

Detailed Description

Define the ROHCv2 IP/UDP/RTP part of the decompression profile context

Field Documentation

◆ ip_contexts

ip_context_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::ip_contexts[ROHC_MAX_IP_HDRS]

◆ ip_contexts_nr

size_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::ip_contexts_nr

◆ ip_id_offset_lsb_ctxt

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

◆ msn_lsb_ctxt

struct rohc_lsb_decode rohc_decomp_rfc5225_ip_udp_rtp_ctxt::msn_lsb_ctxt

The LSB decoding context of MSN

◆ reorder_ratio

rohc_reordering_offset_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::reorder_ratio

The reorder ratio that compressor sent to decompressor

◆ rtp_ext

uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_ext

The RTP extension

◆ rtp_m

uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_m

The RTP Marker

◆ rtp_pad

uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_pad

The RTP padding

◆ rtp_pt

uint8_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_pt

The RTP Payload Type (PT)

◆ rtp_ssrc

uint32_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_ssrc

The RTP SSRC

◆ rtp_ts

uint32_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::rtp_ts

The RTP TimeStamp (TS)

◆ udp_checksum_used

bool rohc_decomp_rfc5225_ip_udp_rtp_ctxt::udp_checksum_used

Whether the UDP checksum is used or not

◆ udp_dport

uint16_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::udp_dport

The UDP destination port

◆ udp_sport

uint16_t rohc_decomp_rfc5225_ip_udp_rtp_ctxt::udp_sport

The UDP source port


The documentation for this struct was generated from the following file: