Searched refs:root_distance (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/timesync/ |
D | timesyncd-manager.c | 419 double origin, receive, trans, dest, delay, offset, root_distance; in manager_receive_response() local 494 …root_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/ |
D | timedatectl.c | 362 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()
|