MCPcopy 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
18uint16_t UDPHeaderGetSourcePort(const UDPHeader *const header) {
19 return header->source_port;
20}
21
22void UDPHeaderSetDestinationPort(UDPHeader *const header,
23 const uint16_t destination_port) {

Callers 1

UDPHeaderGenerateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected