MCPcopy 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
36uint16_t UDPHeaderGetPacketLength(const UDPHeader *const header) {
37 return header->packet_length;
38}
39
40void UDPHeaderSetChecksum(UDPHeader *const header,
41 const uint16_t checksum) {

Callers 1

UDPHeaderGenerateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected