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

  /src/external/bsd/ntp/dist/libntp/
ntp_intres.c 183 time_t next_res_init; member in struct:dnsworker_ctx_tag
195 static time_t next_res_init; variable
908 worker_ctx->next_res_init = next_res_init;
910 if (worker_ctx->next_res_init <= time_now) {
911 if (worker_ctx->next_res_init != 0)
913 worker_ctx->next_res_init = time_now + 60;
915 next_res_init = worker_ctx->next_res_init;
1031 worker_ctx->next_res_init = now + 60
    [all...]

Completed in 20 milliseconds