Searched refs:T_A (Results 1 – 6 of 6) sorted by relevance
216 case T_A: in gethostanswer()247 if (qtype == T_A || qtype == T_AAAA) { in gethostanswer()284 if (qtype == T_A && type == T_A) in gethostanswer()296 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in gethostanswer()415 case T_A: in gethostanswer()480 if (_res.nsort && haveanswer > 1 && qtype == T_A) in gethostanswer()510 case T_A: in __dns_getanswer()536 type = T_A; in _gethostbydnsname()
182 } else if (qtype == T_A) { in res_update()414 } else if (qtype == T_A) { in res_update()467 if (type == T_A && dlen == INT32SZ && class == qclass) { in res_update()487 qtype = T_A; in res_update()
1097 case T_A: in getanswer()1124 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()1159 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()1179 if (!(type == T_A || type == T_AAAA)) { in getanswer()1197 case T_A: in getanswer()1208 if (type == T_A && n != INADDRSZ) { in getanswer()1234 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()1340 q2.qtype = T_A; in _dns_getaddrinfo()1347 q.qtype = T_A; in _dns_getaddrinfo()
240 case T_A: in res_mkupdate()
393 {T_A, "A", "address"},
181 #define T_A ns_t_a macro