Searched refs:inhibit_zero (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c307 static void print_extended(struct ub_stats_info* s, int inhibit_zero) argument
314 if(inhibit_zero && s->svr.qtype[i] == 0)
319 if(!inhibit_zero || s->svr.qtype_big) {
325 if(inhibit_zero && s->svr.qclass[i] == 0)
330 if(!inhibit_zero || s->svr.qclass_big) {
336 if(inhibit_zero && s->svr.qopcode[i] == 0)
366 if(inhibit_zero && i > LDNS_RCODE_REFUSED && s->svr.ans_rcode[i] == 0)
371 if(!inhibit_zero || s->svr.ans_rcode_nodata) {
397 if(inhibit_zero && s->svr.rpz_action[i] == 0)
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dremote.c894 print_ext(RES* ssl, struct ub_stats_info* s, int inhibit_zero) argument
902 if(inhibit_zero && s->svr.qtype[i] == 0)
923 if(!inhibit_zero || s->svr.qtype_big) {
929 if(inhibit_zero && s->svr.qclass[i] == 0)
940 if(!inhibit_zero || s->svr.qclass_big) {
946 if(inhibit_zero && s->svr.qopcode[i] == 0)
997 if(inhibit_zero && i > LDNS_RCODE_REFUSED && s->svr.ans_rcode[i] == 0)
1008 if(!inhibit_zero || s->svr.ans_rcode_nodata) {
1049 if(inhibit_zero && s->svr.rpz_action[i] == 0)
/netbsd-current/external/bsd/nsd/dist/
H A Dremote.c109 const int inhibit_zero = 1; variable
2596 if(inhibit_zero && st->qtype[i] == 0 &&
2606 if(inhibit_zero && st->opcode[i] == 0 && i != OPCODE_QUERY)
2615 if(inhibit_zero && st->qclass[i] == 0 && i != CLASS_IN)
2624 if(inhibit_zero && st->rcode[i] == 0 &&

Completed in 206 milliseconds