ROHC compression/decompression library
Data Fields
rohc_decoded_values Struct Reference

The values decoded from the bits extracted from ROHC header. More...

#include <d_generic.h>

Collaboration diagram for rohc_decoded_values:
Collaboration graph
[legend]

Data Fields

uint32_t sn
struct rohc_decoded_ip_values outer_ip
struct rohc_decoded_ip_values inner_ip
uint16_t udp_src
uint16_t udp_dst
uint16_t udp_check
uint16_t udp_lite_cc
uint8_t rtp_version:2
uint8_t rtp_p:1
uint8_t rtp_x:1
uint8_t rtp_cc:4
uint8_t rtp_m:1
uint8_t rtp_pt:7
uint32_t ts
uint32_t rtp_ssrc
uint32_t esp_spi

Detailed Description

The values decoded from the bits extracted from ROHC header.

See also:
decode_uo0
decode_uo1
decode_uor2
decode_values_from_bits
rtp_decode_values_from_bits

Field Documentation

The decoded ESP SPI

The decoded values for the inner IP header

The decoded values for the outer IP header

The decoded RTP CSRC Count

The decoded RTP Marker (M) flag

The decoded RTP Padding (R-P) flag

The decoded RTP Payload Type (RTP-PT)

The decoded SSRC value

The decoded RTP version

The decoded RTP eXtension (R-X) flag

The decoded SN value

The decoded RTP TimeStamp (TS) value

The decoded UDP checksum

The decoded UDP destination port bits

Referenced by udp_update_context().

The decoded UDP-Lite CC

The decoded UDP source port

Referenced by udp_update_context().


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