]> git.proxmox.com Git - mirror_frr.git/blob - lib/checksum.h
debianpkg: Remove -werror from Ubuntu 14.04 and 12.04 build to skip warnings from...
[mirror_frr.git] / lib / checksum.h
1 extern int in_cksum(void *, int);
2 #define FLETCHER_CHECKSUM_VALIDATE 0xffff
3 extern u_int16_t fletcher_checksum(u_char *, const size_t len,
4 const uint16_t offset);