Home
last modified time | relevance | path

Searched refs:root_dispersion (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/timesync/
Dtimesyncd-ntp-message.h39 struct ntp_ts_short root_dispersion; member
Dtimesyncd-bus.c192 ntp_ts_short_to_usec(&m->ntpmsg.root_dispersion)); in property_get_ntp_message()
Dtimesyncd-manager.c494 …_distance = ntp_ts_short_to_d(&ntpmsg.root_delay) / 2 + ntp_ts_short_to_d(&ntpmsg.root_dispersion); in manager_receive_response()
/systemd-251/src/timedate/
Dtimedatectl.c332 usec_t root_delay, root_dispersion; member
444 root_distance = i->root_delay / 2 + i->root_dispersion; in print_ntp_status_info()
580 &p->root_delay, &p->root_dispersion); in map_ntp_message()
734 printf(" RootDispersion=%s,", FORMAT_TIMESPAN(i.root_dispersion, 0)); in print_timesync_property()