rohc_decoded_values Struct Reference

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

#include <rohc_decomp_rfc3095.h>

Collaboration diagram for rohc_decoded_values:
Collaboration graph
[legend]

Data Fields

bool is_context_reused
uint32_t sn
rohc_mode_t mode
bool multiple_ip
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
rohc_tristate_t udp_check_present
rohc_packet_cce_t cce_pkt
rohc_tristate_t cfp
rohc_tristate_t cfi
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_values_from_bits
rtp_decode_values_from_bits

Field Documentation

TODO

TODO

TODO

The decoded ESP SPI

The decoded values for the inner IP header

Whether the context is re-used or not

The operation mode asked by compressor

Whether there are multiple IP headers or only one single 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

Whether the UDP checksum field is encoded in the ROHC packet or not

The decoded UDP destination port bits

The decoded UDP-Lite CC

The decoded UDP source port


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

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1