Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc1035.c723 if (qtype == T_ANY) return F_IPV4 | F_IPV6; in extract_request()
1003 if (qtype == T_TXT || qtype == T_ANY) { in answer_request()
1020 if (qtype == T_PTR || qtype == T_ANY) { in answer_request()
1061 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) continue; in answer_request()
1103 if (qtype != type && qtype != T_ANY) continue; in answer_request()
1164 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) break; in answer_request()
1210 if (qtype == T_MX || qtype == T_ANY) { in answer_request()
1242 if (qtype == T_SRV || qtype == T_ANY) { in answer_request()
1263 (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_')))) { in answer_request()
1269 if (qtype == T_NAPTR || qtype == T_ANY) { in answer_request()
Dnameser.h197 #define T_ANY 255 /* wildcard match */ macro
/external/tcpdump/
Dnameser.h186 #define T_ANY 255 /* wildcard match */ macro
Dprint-domain.c309 { T_ANY, "ANY" },
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java338 static final int T_ELEMENT = 1, T_PCDATA = 2, T_ANY = 3; field in XSLTElementDef