|
ROHC compression/decompression library
|
The values decoded from the bits extracted from ROHC header. More...
#include <d_generic.h>

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 |
The values decoded from the bits extracted from ROHC header.
| uint32_t rohc_decoded_values::esp_spi |
The decoded ESP SPI
The decoded values for the inner IP header
The decoded values for the outer IP header
| uint8_t rohc_decoded_values::rtp_cc |
The decoded RTP CSRC Count
| uint8_t rohc_decoded_values::rtp_m |
The decoded RTP Marker (M) flag
| uint8_t rohc_decoded_values::rtp_p |
The decoded RTP Padding (R-P) flag
| uint8_t rohc_decoded_values::rtp_pt |
The decoded RTP Payload Type (RTP-PT)
| uint32_t rohc_decoded_values::rtp_ssrc |
The decoded SSRC value
| uint8_t rohc_decoded_values::rtp_version |
The decoded RTP version
| uint8_t rohc_decoded_values::rtp_x |
The decoded RTP eXtension (R-X) flag
| uint32_t rohc_decoded_values::sn |
The decoded SN value
| uint32_t rohc_decoded_values::ts |
The decoded RTP TimeStamp (TS) value
| uint16_t rohc_decoded_values::udp_check |
The decoded UDP checksum
| uint16_t rohc_decoded_values::udp_dst |
The decoded UDP destination port bits
| uint16_t rohc_decoded_values::udp_lite_cc |
The decoded UDP-Lite CC
| uint16_t rohc_decoded_values::udp_src |
The decoded UDP source port
1.7.6.1