Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
e1bcd4741c24ff990a9413ead9a9e37b80153046
/
.
/
lib
/
checksum.h
blob: b310f744c950ead3396a7fea85465dd3646cf6eb [
file
] [
log
] [
blame
]
extern
int
in_cksum
(
void
*,
int
);
#define
FLETCHER_CHECKSUM_VALIDATE
0xffff
extern
u_int16_t
fletcher_checksum
(
u_char
*,
const
size_t
len
,
const
uint16_t
offset
);