Home
last modified time | relevance | path

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

/bionic/libc/include/arpa/
Dnameser_compat.h136 #define T_A ns_t_a macro
/bionic/libc/dns/net/
Dgetaddrinfo.c1322 case T_A: in getanswer()
1349 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1384 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1404 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1418 case T_A: in getanswer()
1426 if (type == T_A && n != INADDRSZ) { in getanswer()
1452 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1922 q2.qtype = T_A; in _dns_getaddrinfo()
1927 q.qtype = T_A; in _dns_getaddrinfo()
1937 q.qtype = T_A; in _dns_getaddrinfo()
Dgethnamaddr.c227 case T_A: in getanswer()
258 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
298 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
400 case T_A: in getanswer()
464 if (res->nsort && haveanswer > 1 && qtype == T_A) in getanswer()
1186 type = T_A; in _dns_gethtbyname()