Home
last modified time | relevance | path

Searched refs:ans_rcode (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dstats.c279 s->svr.ans_rcode[i] += (long long)worker->env.mesh->ans_rcode[i]; in server_stats_compile()
511 total->svr.ans_rcode[i] += a->svr.ans_rcode[i]; in server_stats_add()
588 stats->ans_rcode[r] ++; in server_stats_insrcode()
H A Dworker.c525 worker->stats.ans_rcode[LDNS_RCODE_SERVFAIL]++; in answer_norec_from_cache()
729 worker->stats.ans_rcode[LDNS_RCODE_SERVFAIL] ++; in answer_from_cache()
H A Dremote.c1032 if(inhibit_zero && i > LDNS_RCODE_REFUSED && s->svr.ans_rcode[i] == 0) in print_ext()
1041 nm, (unsigned long)s->svr.ans_rcode[i])) return 0; in print_ext()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h766 long long ans_rcode[UB_STATS_RCODE_NUM]; member
/freebsd/contrib/unbound/services/
H A Dmesh.h130 size_t ans_rcode[UB_STATS_RCODE_NUM]; member
H A Dmesh.c1482 m->s.env->mesh->ans_rcode[ rc ] ++; in mesh_send_reply()
2042 memset(&mesh->ans_rcode[0], 0, sizeof(size_t)*UB_STATS_RCODE_NUM); in mesh_stats_clear()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c384 if(inhibit_zero && i > LDNS_RCODE_REFUSED && s->svr.ans_rcode[i] == 0) in print_extended()
387 PR_UL_SUB("num.answer.rcode", nm, s->svr.ans_rcode[i]); in print_extended()