mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove dead tcp_checksum function from net_util
This commit is contained in:
parent
0ceca706f6
commit
8a1d71dc08
2 changed files with 0 additions and 28 deletions
|
@ -62,7 +62,6 @@ inline int seq_delta(uint32 a, uint32 b)
|
|||
extern int ones_complement_checksum(const void* p, int b, uint32 sum);
|
||||
extern int ones_complement_checksum(const IPAddr& a, uint32 sum);
|
||||
|
||||
extern int tcp_checksum(const struct ip* ip, const struct tcphdr* tp, int len);
|
||||
extern int udp_checksum(const struct ip* ip, const struct udphdr* up, int len);
|
||||
extern int udp6_checksum(const struct ip6_hdr* ip, const struct udphdr* up,
|
||||
int len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue