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