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

Data Fields

struct rohc_rfc5225_ip_bits ip [ROHC_MAX_IP_HDRS]
 
size_t ip_nr
 
struct rohc_lsb_field16 msn
 
rohc_reordering_offset_t reorder_ratio
 
size_t reorder_ratio_nr
 
uint8_t outer_ip_flag
 
size_t outer_ip_flag_nr
 
struct rohc_decomp_crc ctrl_crc
 
struct rohc_lsb_field32 msn
 
uint32_t esp_spi
 
size_t esp_spi_nr
 
uint16_t udp_sport
 
size_t udp_sport_nr
 
uint16_t udp_dport
 
size_t udp_dport_nr
 
uint16_t udp_checksum
 
size_t udp_checksum_nr
 

Detailed Description

The bits extracted from ROHCv2 IP-only header

The bits extracted from ROHCv2 IP/ESP header

The bits extracted from ROHCv2 IP/UDP header

Field Documentation

◆ ctrl_crc

struct rohc_decomp_crc rohc_rfc5225_bits::ctrl_crc

◆ esp_spi

uint32_t rohc_rfc5225_bits::esp_spi

The ESP SPI bits

◆ esp_spi_nr

size_t rohc_rfc5225_bits::esp_spi_nr

The number of ESP SPI bits

◆ ip

struct rohc_rfc5225_ip_bits rohc_rfc5225_bits::ip

The extracted bits related to the IP headers

◆ ip_nr

size_t rohc_rfc5225_bits::ip_nr

The number of parsed IP headers

◆ msn [1/2]

struct rohc_lsb_field16 rohc_rfc5225_bits::msn

The extracted bits of the Master Sequence Number (MSN) of the packet

◆ msn [2/2]

struct rohc_lsb_field32 rohc_rfc5225_bits::msn

The extracted bits of the Master Sequence Number (MSN) of the packet

◆ outer_ip_flag

uint8_t rohc_rfc5225_bits::outer_ip_flag

The outer_ip_flag bits

◆ outer_ip_flag_nr

size_t rohc_rfc5225_bits::outer_ip_flag_nr

The number of outer_ip_flag bits

◆ reorder_ratio

rohc_reordering_offset_t rohc_rfc5225_bits::reorder_ratio

The reorder ratio bits

◆ reorder_ratio_nr

size_t rohc_rfc5225_bits::reorder_ratio_nr

The number of reorder ratio bits

◆ udp_checksum

uint16_t rohc_rfc5225_bits::udp_checksum

The UDP checksum bits

◆ udp_checksum_nr

size_t rohc_rfc5225_bits::udp_checksum_nr

The number of UDP checksum bits

◆ udp_dport

uint16_t rohc_rfc5225_bits::udp_dport

The UDP destination port bits

◆ udp_dport_nr

size_t rohc_rfc5225_bits::udp_dport_nr

The number of UDP destination port bits

◆ udp_sport

uint16_t rohc_rfc5225_bits::udp_sport

The UDP source port bits

◆ udp_sport_nr

size_t rohc_rfc5225_bits::udp_sport_nr

The number of UDP source port bits


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