Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
8da8689d91a6436c17aca5000b1426aaea47e23c
/
.
/
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
);