Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Ddh_support.c22 #define TYPE_ANY -1 macro
33 { "group", DH_PARAMGEN_TYPE_GROUP, TYPE_ANY },
56 if ((dhtype2id[i].type == TYPE_ANY in ossl_dh_gen_type_name2id()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dlibunbound.so.conf2 …YPE_SOA=6,TYPE_MX=15,TYPE_TXT=16,TYPE_AAAA=28,TYPE_DS=43,TYPE_DNSKEY=48,TYPE_TLSA=52,TYPE_ANY=255);
/netbsd-src/external/bsd/libproc/dist/
H A Dlibproc.h99 #define TYPE_ANY (TYPE_NOTYPE|TYPE_OBJECT|TYPE_FUNC|TYPE_SECTION|\ macro
/netbsd-src/external/bsd/nsd/dist/
H A Ddns.h162 #define TYPE_ANY 255 /* any type (wildcard) */ macro
H A 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()
1731 if(q->qtype == TYPE_ANY && nsd->options->refuse_any && !q->tcp) { in query_process()
H A Drrl.c264 if(query->qtype == TYPE_ANY) { in rrl_classify()