Home
last modified time | relevance | path

Searched refs:ans_expired (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/usr.sbin/unbound/daemon/
Dstats.c277 s->svr.ans_expired += (long long)worker->env.mesh->ans_expired; in server_stats_compile()
454 total->svr.ans_expired += a->svr.ans_expired; in server_stats_add()
Dworker.c1944 worker->stats.ans_expired++; in worker_handle_request()
Dremote.c722 (unsigned long)s->svr.ans_expired)) return 0; in print_stats()
/openbsd/src/usr.sbin/unbound/libunbound/
Dunbound.h784 long long ans_expired; member
/openbsd/src/sbin/unwind/libunbound/libunbound/
Dunbound.h784 long long ans_expired; member
/openbsd/src/usr.sbin/unbound/services/
Dmesh.h116 size_t ans_expired; member
Dmesh.c215 mesh->ans_expired = 0; in mesh_create()
2038 mesh->ans_expired = 0; in mesh_stats_clear()
2309 mesh->ans_expired += i; in mesh_serve_expired_callback()
/openbsd/src/sbin/unwind/libunbound/services/
Dmesh.h116 size_t ans_expired; member
Dmesh.c215 mesh->ans_expired = 0; in mesh_create()
2038 mesh->ans_expired = 0; in mesh_stats_clear()
2309 mesh->ans_expired += i; in mesh_serve_expired_callback()
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-control.c231 PR_UL_NM("num.expired", s->svr.ans_expired); in pr_stats()