Home
last modified time | relevance | path

Searched refs:endpt_scan_timer (Results 1 – 6 of 6) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_timer.c72 u_long endpt_scan_timer; /* interface update timer */ variable
201 endpt_scan_timer = 0; in init_timer()
447 if (endpt_scan_timer && endpt_scan_timer <= current_time) { in timer()
449 endpt_scan_timer = 0; in timer()
452 endpt_scan_timer = current_time in timer()
H A Dntpd.c1454 endpt_scan_timer = 0;
H A Dntp_io.c4872 endpt_scan_timer = UPDATE_GRACE + current_time;
H A Dntp_config.c3435 endpt_scan_timer = 1 + current_time; in config_nic_rules()
/src/contrib/ntp/include/
H A Dntpd.h301 extern u_long endpt_scan_timer; /* next scan current_time */
/src/contrib/ntp/
H A DCommitLog2582 interface_timer -> endpt_scan_timer
2724 Replace those variables with endpt_scan_timer and endpt_scan_period
2740 Replace those variables with endpt_scan_timer and endpt_scan_period