Home
last modified time | relevance | path

Searched refs:TYPE_ANY (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Ddns.h162 #define TYPE_ANY 255 /* any type (wildcard) */ macro
Dquery.c556 case TYPE_ANY: in answer_chaos()
744 && query->qtype != TYPE_ANY); in answer_needs_ns()
1017 if (q->qtype == TYPE_ANY) { in answer_domain()
1743 if(q->qtype == TYPE_ANY && nsd->options->refuse_any && !q->tcp) { in query_process()
Drrl.c264 if(query->qtype == TYPE_ANY) { in rrl_classify()