NTP packet. More...
#include <ntp_packet.h>
Data Fields | |
uint8_t | li_vn_mode |
leap indicator, version and mode | |
uint8_t | stratum |
stratum | |
uint8_t | poll |
poll in log2 seconds | |
uint8_t | precision |
precision in log2 seconds | |
network_uint32_t | root_delay |
root delay in NTP short format | |
network_uint32_t | root_dispersion |
root dispersion in NTP short format | |
network_uint32_t | reference_id |
reference ID | |
ntp_timestamp_t | reference |
reference timestamp | |
ntp_timestamp_t | origin |
origin timesptamp | |
ntp_timestamp_t | receive |
receive timestamp | |
ntp_timestamp_t | transmit |
transmit timestamp | |