NTP timestamp. More...
#include <ntp_packet.h>
Data Fields | |
network_uint32_t | seconds |
seconds since 1 January 1900 00:00 UTC | |
network_uint32_t | fraction |
fraction of seconds in 232 picoseconds | |
network_uint32_t ntp_timestamp_t::fraction |
fraction of seconds in 232 picoseconds
Definition at line 75 of file ntp_packet.h.
network_uint32_t ntp_timestamp_t::seconds |
seconds since 1 January 1900 00:00 UTC
Definition at line 74 of file ntp_packet.h.