Home
last modified time | relevance | path

Searched refs:T_ANY (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/dns/
Ddns_strtype.c182 #ifdef T_ANY
183 T_ANY, "ANY",
Ddns_lookup.c995 if (type == fixed.type || type == T_ANY) { /* requested type */ in dns_get_answer()
/netbsd/src/include/arpa/
Dnameser_compat.h185 #define T_ANY ns_t_any macro
/netbsd/src/external/bsd/tcpdump/dist/
Dnameser.h204 #define T_ANY 255 /* wildcard match */ macro
Dprint-domain.c565 { T_ANY, "ANY" }, /* RFC 8482 */
/netbsd/src/external/bsd/libbind/dist/irs/
Ddns_ho.c710 case T_ANY: /*%< use T_ANY only for T_A/T_AAAA lookup */ in gethostans()
751 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in gethostans()
795 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in gethostans()
861 if (qtype == T_ANY) { in gethostans()
/netbsd/src/external/bsd/libbind/dist/include/arpa/
Dnameser_compat.h219 #define T_ANY ns_t_any macro
/netbsd/src/lib/libresolv/
Dres_mkupdate.c142 rtype = T_ANY; in res_nmkupdate()
147 rtype = T_ANY; in res_nmkupdate()
/netbsd/src/external/bsd/libbind/dist/resolv/
Dres_mkupdate.c141 rtype = T_ANY; in res_nmkupdate()
146 rtype = T_ANY; in res_nmkupdate()
/netbsd/src/lib/libc/net/
Dgetaddrinfo.c1735 case T_ANY: /*use T_ANY only for T_A/T_AAAA lookup*/ in getanswer()
1763 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1799 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1818 if (qtype == T_ANY) { in getanswer()
/netbsd/src/external/bsd/libbind/dist/tests/
Ddig8.c530 queryType = T_ANY; in main()
631 if ((T_ANY == tmp) && anyflag++) { in main()