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