]> git.proxmox.com Git - mirror_frr.git/blob - lib/checksum.h
debian: add pkg-config to build-depends
[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);