Home
last modified time | relevance | path

Searched refs:root_distance (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/timesync/
Dtimesyncd-manager.c419 double origin, receive, trans, dest, delay, offset, root_distance; in manager_receive_response() local
494root_distance = ntp_ts_short_to_d(&ntpmsg.root_delay) / 2 + ntp_ts_short_to_d(&ntpmsg.root_dispers… in manager_receive_response()
495 if (root_distance > (double) m->root_distance_max_usec / (double) USEC_PER_SEC) { in manager_receive_response()
560 root_distance, in manager_receive_response()
/systemd-251/src/timedate/
Dtimedatectl.c362 usec_t delay, t14, t23, offset, root_distance; in print_ntp_status_info() local
444 root_distance = i->root_delay / 2 + i->root_dispersion; in print_ntp_status_info()
479 FORMAT_TIMESPAN(root_distance, 0), in print_ntp_status_info()