1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00
passt/checksum.h

6 lines
232 B
C
Raw Normal View History

uint32_t sum_16b(void *buf, size_t len);
uint16_t csum_fold(uint32_t sum);
uint16_t csum_unaligned(void *buf, size_t len, uint32_t init);
void csum_tcp4(struct iphdr *iph);
uint16_t csum(const void *buf, size_t len, uint32_t init);