Searched refs:T_ANY (Results 1 – 5 of 5) sorted by relevance
890 if (qtype == T_ANY) in extract_request()1199 if (qtype == T_TXT || qtype == T_ANY) in answer_request()1222 if (qtype == T_PTR || qtype == T_ANY) in answer_request()1274 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) in answer_request()1327 if (qtype != type && qtype != T_ANY) in answer_request()1397 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) in answer_request()1452 if (qtype == T_MX || qtype == T_ANY) in answer_request()1488 if (qtype == T_SRV || qtype == T_ANY) in answer_request()1511 …if (!found && (daemon->options & OPT_FILTER) && (qtype == T_SRV || (qtype == T_ANY && strchr(name… in answer_request()1519 if (qtype == T_NAPTR || qtype == T_ANY) in answer_request()
197 #define T_ANY 255 /* wildcard match */ macro
201 #define T_ANY 255 /* wildcard match */ macro
306 { T_ANY, "ANY" },
116 + if (qtype == T_LOC || qtype == T_ANY)139 if (qtype == T_PTR || qtype == T_ANY)