[][src]Module ntp_parser::ntp

Structs

NtpExtension
NtpMac
NtpMode
NtpV3Packet

An NTP version 3 packet

NtpV4Packet

An NTP version 4 packet

Enums

Err

The Err enum indicates the parser was not successful

NtpPacket

Functions

parse_ntp

Parse an NTP packet, version 3 or 4

parse_ntp_extension
parse_ntpv3

Parse an NTP version 3 packet (RFC 1305)

parse_ntpv4

Parse an NTP version 4 packet (RFC 1305)

Type Definitions

IResult

Holds the result of parsing functions