Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc1035.c723 if (qtype == T_ANY) return F_IPV4 | F_IPV6; in extract_request()
1025 if (qtype == T_TXT || qtype == T_ANY) { in answer_request()
1042 if (qtype == T_PTR || qtype == T_ANY) { in answer_request()
1083 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) continue; in answer_request()
1125 if (qtype != type && qtype != T_ANY) continue; in answer_request()
1186 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) break; in answer_request()
1232 if (qtype == T_MX || qtype == T_ANY) { in answer_request()
1264 if (qtype == T_SRV || qtype == T_ANY) { in answer_request()
1285 (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_')))) { in answer_request()
1291 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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h207 #define T_ANY ns_t_any macro
Dadig.c150 { "ANY", T_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