Home
last modified time | relevance | path

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

/bionic/libc/include/arpa/
Dnameser_compat.h121 #define T_A ns_t_a macro
/bionic/libc/dns/net/
Dgetaddrinfo.c1338 case T_A: in getanswer()
1366 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1403 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1423 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1437 case T_A: in getanswer()
1445 if (type == T_A && n != INADDRSZ) { in getanswer()
1471 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1945 q2.qtype = T_A; in _dns_getaddrinfo()
1950 q.qtype = T_A; in _dns_getaddrinfo()
1960 q.qtype = T_A; in _dns_getaddrinfo()
Dgethnamaddr.c243 case T_A: in getanswer()
274 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
314 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
416 case T_A: in getanswer()
480 if (res->nsort && haveanswer > 1 && qtype == T_A) in getanswer()
1155 type = T_A; in _dns_gethtbyname()