Home
last modified time | relevance | path

Searched refs:qopcode (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/unbound/daemon/
H A Dstats.c452 total->svr.qopcode[i] += a->svr.qopcode[i]; in server_stats_add()
484 stats->qopcode[ LDNS_OPCODE_WIRE(sldns_buffer_begin(c->buffer)) ]++; in server_stats_insquery()
H A Dremote.c975 if(inhibit_zero && s->svr.qopcode[i] == 0) in print_ext()
984 nm, (unsigned long)s->svr.qopcode[i])) return 0; in print_ext()
/freebsd-13.1/contrib/unbound/libunbound/
H A Dunbound.h723 long long qopcode[UB_STATS_OPCODE_NUM]; member
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-control.c348 if(inhibit_zero && s->svr.qopcode[i] == 0) in print_extended()
351 PR_UL_SUB("num.query.opcode", nm, s->svr.qopcode[i]); in print_extended()