Searched refs:now_secs (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | replay.h | 311 time_t now_secs; member
|
| D | fake_event.c | 558 runtime->now_secs = (time_t)runtime->now_tv.tv_sec; in time_passes() 690 -1, runtime->now_secs); in do_infra_rtt() 749 time_t expired = runtime->now_secs; in do_expire_message() 768 p->zonelen, runtime->now_secs, &vs, &edns_lame_known, &rtt)) in expon_timeout_backoff() 772 p->zonelen, p->qtype, -1, last_rtt, runtime->now_secs); in expon_timeout_backoff() 1019 *tt = &runtime->now_secs; in comm_base_timept()
|
| D | replay.c | 809 snprintf(buf, sizeof(buf), ARG_LL "d", (long long)runtime->now_secs); in macro_expand() 818 if(t && (time_t)t->tv.tv_sec >= runtime->now_secs) in macro_expand() 819 res = (time_t)t->tv.tv_sec - runtime->now_secs; in macro_expand()
|
| /openbsd/src/sbin/unwind/libunbound/services/ |
| D | outside_network.h | 78 time_t* now_secs; member
|
| D | outside_network.c | 1675 comm_base_timept(base, &outnet->now_secs, &outnet->now_tv); 2906 time_t now = *sq->outnet->now_secs; 3130 *sq->outnet->now_secs)) 3198 sq->zonelen, *sq->outnet->now_secs, &vs, &edns_lame_known,
|
| /openbsd/src/usr.sbin/unbound/services/ |
| D | outside_network.h | 78 time_t* now_secs; member
|
| D | outside_network.c | 1675 comm_base_timept(base, &outnet->now_secs, &outnet->now_tv); 2906 time_t now = *sq->outnet->now_secs; 3130 *sq->outnet->now_secs)) 3198 sq->zonelen, *sq->outnet->now_secs, &vs, &edns_lame_known,
|