]> git.proxmox.com Git - mirror_frr.git/blob - lib/checksum.h
Merge branch 'frr/pull/236' ("tools: frr-reload.py needs to treat "mpls" as a single...
[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, const uint16_t offset);