ntp_debug.h
const char_t * ntpGetParamName(uint_t value, const NtpParamName *paramList, size_t paramListLen)
Convert a parameter to string representation.
Definition: ntp_debug.c:348
void ntpDumpExtensions(const uint8_t *extension, size_t length)
Dump NTP extension fields.
Definition: ntp_debug.c:212
void ntpDumpExtension(const NtpExtension *extension, size_t length)
Dump NTP extension field.
Definition: ntp_debug.c:246
void ntpDumpPacket(const NtpHeader *packet, size_t length)
Dump NTP packet for debugging purpose.
Definition: ntp_debug.c:108
void ntpDumpNtsAeadExtension(const NtpNtsAeadExtension *extension, size_t length)
Dump NTS Authenticator and Encrypted Extension Fields extension.
Definition: ntp_debug.c:295
Definitions common to NTP client and server.
TCP/IP stack core.
Debugging facilities.