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.c1333 case T_A: in getanswer()
1361 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1398 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1418 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1432 case T_A: in getanswer()
1440 if (type == T_A && n != INADDRSZ) { in getanswer()
1466 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1940 q2.qtype = T_A; in _dns_getaddrinfo()
1945 q.qtype = T_A; in _dns_getaddrinfo()
1955 q.qtype = T_A; in _dns_getaddrinfo()
Dgethnamaddr.c226 case T_A: in getanswer()
257 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
297 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
399 case T_A: in getanswer()
463 if (res->nsort && haveanswer > 1 && qtype == T_A) in getanswer()
1185 type = T_A; in _dns_gethtbyname()