Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc1035.c890 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()
Dnameser.h197 #define T_ANY 255 /* wildcard match */ macro
/external/tcpdump/
Dnameser.h201 #define T_ANY 255 /* wildcard match */ macro
Dprint-domain.c306 { T_ANY, "ANY" },
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch116 + if (qtype == T_LOC || qtype == T_ANY)
139 if (qtype == T_PTR || qtype == T_ANY)