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

Data Fields

struct rohc_rfc5225_decoded_ip ip [ROHC_MAX_IP_HDRS]
 
size_t ip_nr
 
uint16_t msn
 
rohc_reordering_offset_t reorder_ratio
 
uint32_t msn
 
uint32_t esp_spi
 
uint16_t udp_sport
 
uint16_t udp_dport
 
uint16_t udp_checksum
 
bool udp_checksum_used
 

Detailed Description

The values decoded from the bits extracted from ROHCv2 IP-only header

The values decoded from the bits extracted from ROHCv2 IP/ESP header

The values decoded from the bits extracted from ROHCv2 IP/UDP header

Field Documentation

◆ esp_spi

uint32_t rohc_rfc5225_decoded::esp_spi

The ESP SPI decoded

◆ ip

struct rohc_rfc5225_decoded_ip rohc_rfc5225_decoded::ip

The decoded values related to the IP headers

◆ ip_nr

size_t rohc_rfc5225_decoded::ip_nr

The number of the decoded IP headers

◆ msn [1/2]

uint16_t rohc_rfc5225_decoded::msn

The Master Sequence Number (MSN) of the packet

◆ msn [2/2]

uint32_t rohc_rfc5225_decoded::msn

The Master Sequence Number (MSN) of the packet

◆ reorder_ratio

rohc_reordering_offset_t rohc_rfc5225_decoded::reorder_ratio

The reorder ratio decoded

◆ udp_checksum

uint16_t rohc_rfc5225_decoded::udp_checksum

The UDP checksum decoded

◆ udp_checksum_used

bool rohc_rfc5225_decoded::udp_checksum_used

Whether the UDP checksum is used or not

◆ udp_dport

uint16_t rohc_rfc5225_decoded::udp_dport

The UDP destination port decoded

◆ udp_sport

uint16_t rohc_rfc5225_decoded::udp_sport

The UDP source port decoded


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