Searched refs:TYPE_ANY (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | dh_support.c | 22 #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 D | libunbound.so.conf | 2 …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 D | libproc.h | 99 #define TYPE_ANY (TYPE_NOTYPE|TYPE_OBJECT|TYPE_FUNC|TYPE_SECTION|\ macro
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | dns.h | 162 #define TYPE_ANY 255 /* any type (wildcard) */ macro
|
H A D | query.c | 556 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 D | rrl.c | 264 if(query->qtype == TYPE_ANY) { in rrl_classify()
|