ROHC compression/decompression library
Data Fields
co_repair_crc_t Struct Reference

The CRC part of the co_repair packet format. More...

#include <rfc5225.h>

Data Fields

uint8_t header_crc:7
 
uint8_t r1:1
 
uint8_t ctrl_crc:3
 
uint8_t r2:5
 

Detailed Description

The CRC part of the co_repair packet format.

See RFC5225 ยง6.8.2.2 page 44

Field Documentation

◆ ctrl_crc

uint8_t co_repair_crc_t::ctrl_crc

◆ header_crc

uint8_t co_repair_crc_t::header_crc

◆ r1

uint8_t co_repair_crc_t::r1

◆ r2

uint8_t co_repair_crc_t::r2

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