HomeSort by: relevance | last modified time | path
    Searched refs:T_ANY (Results 1 - 3 of 3) sorted by relevancy

  /src/include/arpa/
nameser_compat.h 185 #define T_ANY ns_t_any
  /src/lib/libresolv/
res_mkupdate.c 142 rtype = T_ANY;
147 rtype = T_ANY;
  /src/lib/libc/net/
getaddrinfo.c 1735 case T_ANY: /*use T_ANY only for T_A/T_AAAA lookup*/
1763 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
1799 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
1818 if (qtype == T_ANY) {

Completed in 14 milliseconds