Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ UDPHeaderGetDestinationPort
Function
UDPHeaderGetDestinationPort
source/src/ports/udp_protocol.c:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
uint16_t UDPHeaderGetDestinationPort(const UDPHeader *const header) {
28
return header->destination_port;
29
}
30
31
void UDPHeaderSetPacketLength(UDPHeader *const header,
32
const uint16_t packet_length) {
Callers
1
UDPHeaderGenerate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected