Home
last modified time | relevance | path

Searched refs:T_A (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/arpa/
Dnameser_compat.h183 #define T_A ns_t_a macro
/bionic/libc/dns/net/
Dgetaddrinfo.c1331 case T_A: in getanswer()
1358 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1393 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1413 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1427 case T_A: in getanswer()
1435 if (type == T_A && n != INADDRSZ) { in getanswer()
1461 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1930 q2.qtype = T_A; in _dns_getaddrinfo()
1935 q.qtype = T_A; in _dns_getaddrinfo()
1945 q.qtype = T_A; in _dns_getaddrinfo()
/bionic/libc/dns/
Dgethnamaddr.c205 case T_A: in getanswer()
235 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
279 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
390 case T_A: in getanswer()
455 if (res->nsort && haveanswer > 1 && qtype == T_A) in getanswer()
1275 type = T_A; in _dns_gethtbyname()