MCPcopy 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
27uint16_t UDPHeaderGetDestinationPort(const UDPHeader *const header) {
28 return header->destination_port;
29}
30
31void UDPHeaderSetPacketLength(UDPHeader *const header,
32 const uint16_t packet_length) {

Callers 1

UDPHeaderGenerateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected