|
ROHC compression/decompression library
|

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 |
The bits extracted from ROHCv2 IP-only header
The bits extracted from ROHCv2 IP/ESP header
The bits extracted from ROHCv2 IP/UDP header
| struct rohc_decomp_crc rohc_rfc5225_bits::ctrl_crc |
| uint32_t rohc_rfc5225_bits::esp_spi |
The ESP SPI bits
| size_t rohc_rfc5225_bits::esp_spi_nr |
The number of ESP SPI bits
| struct rohc_rfc5225_ip_bits rohc_rfc5225_bits::ip |
The extracted bits related to the IP headers
| size_t rohc_rfc5225_bits::ip_nr |
The number of parsed IP headers
| struct rohc_lsb_field16 rohc_rfc5225_bits::msn |
The extracted bits of the Master Sequence Number (MSN) of the packet
| struct rohc_lsb_field32 rohc_rfc5225_bits::msn |
The extracted bits of the Master Sequence Number (MSN) of the packet
| uint8_t rohc_rfc5225_bits::outer_ip_flag |
The outer_ip_flag bits
| size_t rohc_rfc5225_bits::outer_ip_flag_nr |
The number of outer_ip_flag bits
| rohc_reordering_offset_t rohc_rfc5225_bits::reorder_ratio |
The reorder ratio bits
| size_t rohc_rfc5225_bits::reorder_ratio_nr |
The number of reorder ratio bits
| uint16_t rohc_rfc5225_bits::udp_checksum |
The UDP checksum bits
| size_t rohc_rfc5225_bits::udp_checksum_nr |
The number of UDP checksum bits
| uint16_t rohc_rfc5225_bits::udp_dport |
The UDP destination port bits
| size_t rohc_rfc5225_bits::udp_dport_nr |
The number of UDP destination port bits
| uint16_t rohc_rfc5225_bits::udp_sport |
The UDP source port bits
| size_t rohc_rfc5225_bits::udp_sport_nr |
The number of UDP source port bits
1.8.13