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

/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h732 long long qopcode[UB_STATS_OPCODE_NUM]; member in struct:ub_server_stats
/freebsd-current/contrib/unbound/daemon/
H A Dstats.c495 total->svr.qopcode[i] += a->svr.qopcode[i];
527 stats->qopcode[ LDNS_OPCODE_WIRE(sldns_buffer_begin(c->buffer)) ]++;
H A Dremote.c946 if(inhibit_zero && s->svr.qopcode[i] == 0)
955 nm, (unsigned long)s->svr.qopcode[i])) return 0;
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c337 if(inhibit_zero && s->svr.qopcode[i] == 0)
340 PR_UL_SUB("num.query.opcode", nm, s->svr.qopcode[i]);

Completed in 77 milliseconds