Searched refs:timeval_subtract (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | timeval_func.h | 50 void timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start);
|
H A D | timeval_func.c | 47 timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start) in timeval_subtract() function
|
H A D | netevent.c | 2161 timeval_subtract(&rel, &tv, c->doq_socket->now_tv);
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 283 timeval_subtract(&age, mesh->env->now_tv, in mesh_make_new_space() 1472 timeval_subtract(&duration, &end_time, &r->start_time); in mesh_send_reply() 1524 timeval_subtract(&old, mstate->s.env->now_tv, &r->start_time); in mesh_query_done() 2254 timeval_subtract(&old, mstate->s.env->now_tv, &r->start_time); in mesh_serve_expired_callback()
|
H A D | listen_dnsport.c | 3490 timeval_subtract(&rel, tv, worker_doq_socket->now_tv); in doq_timer_set()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 882 timeval_subtract(&up, &now, &worker->daemon->time_boot); in print_uptime() 883 timeval_subtract(&dt, &now, &worker->daemon->time_last_stat); in print_uptime() 2566 timeval_subtract(&d, env->now_tv, &r->start_time); in get_mesh_age()
|
H A D | worker.c | 1397 timeval_subtract(&wait_time, worker->env.now_tv, &c->recv_tv); in worker_handle_request()
|