HomeSort by: relevance | last modified time | path
    Searched defs:err_started (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 379 u_long err_started; /* begin time (ntp) of error condition */ member in struct:errorinfo
1564 parse->errors[i].err_started = 0;
1573 parse->errors[lstate].err_started = 0;
1587 if (err->err_started == 0)
1589 err->err_started = current_time;
1617 l_mktime(current_time - err->err_started));

Completed in 30 milliseconds