Home
last modified time | relevance | path

Searched refs:timeval_smaller (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dtimeval_func.h53 int timeval_smaller(const struct timeval* x, const struct timeval* y);
H A Dtimeval_func.c101 timeval_smaller(const struct timeval* x, const struct timeval* y) in timeval_smaller() function
H A Dtimehist.c122 if(timeval_smaller(tv, &hist->buckets[i].upper)) { in timehist_insert()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dreplay.c523 else if(timeval_smaller(&p->tv, &res->tv)) in first_timer()
533 if(t && timeval_smaller(&t->tv, &runtime->now_tv)) in replay_get_oldest_timer()
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.c278 if(timeval_smaller(&mesh->jostle_max, &age)) { in mesh_make_new_space()