Searched refs:T_ANY (Results 1 - 6 of 6) sorted by relevance

/external/dnsmasq/src/
H A Drfc1035.c890 if (qtype == T_ANY)
1199 if (qtype == T_TXT || qtype == T_ANY)
1222 if (qtype == T_PTR || qtype == T_ANY)
1274 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1327 if (qtype != type && qtype != T_ANY)
1397 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1452 if (qtype == T_MX || qtype == T_ANY)
1488 if (qtype == T_SRV || qtype == T_ANY)
1511 if (!found && (daemon->options & OPT_FILTER) && (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_'))))
1519 if (qtype == T_NAPTR || qtype == T_ANY)
[all...]
H A Dnameser.h197 #define T_ANY 255 /* wildcard match */ macro
/external/libpcap/Win32/Include/arpa/
H A Dnameser.h183 #define T_ANY 255 /* wildcard match */ macro
/external/tcpdump/
H A Dnameser.h201 #define T_ANY 255 /* wildcard match */ macro
H A Dprint-domain.c306 { T_ANY, "ANY" },
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java240 * @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
338 static final int T_ELEMENT = 1, T_PCDATA = 2, T_ANY = 3; field in class:XSLTElementDef
348 * @return Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
358 * @param t Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.

Completed in 133 milliseconds