libosmocore 1.10.0.57-8972
Osmocom core library
|
structure describing a given CRC code of max 64 bits More...
#include <crc64gen.h>
Data Fields | |
int | bits |
Actual number of bits of the CRC. More... | |
uint64_t | poly |
Polynom (normal representation, MSB omitted. More... | |
uint64_t | init |
Initialization value of the CRC state. More... | |
uint64_t | remainder |
Remainder of the CRC (final XOR) More... | |
structure describing a given CRC code of max 64 bits
int osmo_crc64gen_code::bits |
Actual number of bits of the CRC.
Referenced by osmo_crc64gen_check_bits(), osmo_crc64gen_compute_bits(), and osmo_crc64gen_set_bits().
uint64_t osmo_crc64gen_code::init |
Initialization value of the CRC state.
Referenced by osmo_crc64gen_compute_bits().
uint64_t osmo_crc64gen_code::poly |
Polynom (normal representation, MSB omitted.
Referenced by osmo_crc64gen_compute_bits().
uint64_t osmo_crc64gen_code::remainder |
Remainder of the CRC (final XOR)
Referenced by osmo_crc64gen_compute_bits().