Searched refs:err_started (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_parse.c376 u_long err_started; /* begin time (ntp) of error condition */ member in struct:errorinfo
1561 parse->errors[i].err_started = 0;
1570 parse->errors[lstate].err_started = 0;
1584 if (err->err_started == 0)
1586 err->err_started = current_time;
1614 l_mktime(current_time - err->err_started));

Completed in 114 milliseconds