Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ UDPHeaderGetSourcePort
Function
UDPHeaderGetSourcePort
source/src/ports/udp_protocol.c:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
uint16_t UDPHeaderGetSourcePort(const UDPHeader *const header) {
19
return header->source_port;
20
}
21
22
void UDPHeaderSetDestinationPort(UDPHeader *const header,
23
const uint16_t destination_port) {
Callers
1
UDPHeaderGenerate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected