summaryrefslogtreecommitdiffstats
path: root/lib/checksum.h
blob: aecaaf6bcc8dec1c0717b28014b04d618a0350ee (plain)
1
2
3
4
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);