Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ in_addword
Function
in_addword
freebsd/arm/arm/in_cksum.c:85–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
};
84
85
u_short
86
in_addword(u_short a, u_short b)
87
{
88
u_int64_t sum = a + b;
89
90
ADDCARRY(sum);
91
return (sum);
92
}
93
94
static
95
uint64_t _do_cksum(void *addr, int len)
Callers
3
tcp_lro_rx_csum_fixup
Function · 0.50
udp_ipsec_adjust_cksum
Function · 0.50
key_setnatt
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected