Home
last modified time | relevance | path

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

/systemd-251/src/timesync/
Dtimesyncd-ntp-message.h38 struct ntp_ts_short root_delay; member
Dtimesyncd-bus.c191 ntp_ts_short_to_usec(&m->ntpmsg.root_delay), in property_get_ntp_message()
Dtimesyncd-manager.c494 …root_distance = ntp_ts_short_to_d(&ntpmsg.root_delay) / 2 + ntp_ts_short_to_d(&ntpmsg.root_dispers… 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()
733 printf(" RootDelay=%s,", FORMAT_TIMESPAN(i.root_delay, 0)); in print_timesync_property()