Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ UDPHeaderSetChecksum
Function
UDPHeaderSetChecksum
source/src/ports/udp_protocol.c:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void UDPHeaderSetChecksum(UDPHeader *const header,
41
const uint16_t checksum) {
42
header->checksum = checksum;
43
}
44
45
uint16_t UDPHeaderGetChecksum(const UDPHeader *const header) {
46
return header->checksum;
Callers
1
SendUdpData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected