Home
last modified time | relevance | path

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

/bionic/libc/private/
Darpa_nameser_compat.h181 #define T_A ns_t_a macro
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1323 case T_A: in getanswer()
1350 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1385 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1405 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1419 case T_A: in getanswer()
1427 if (type == T_A && n != INADDRSZ) { in getanswer()
1453 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1938 q2.qtype = T_A; in _dns_getaddrinfo()
1943 q.qtype = T_A; in _dns_getaddrinfo()
1953 q.qtype = T_A; in _dns_getaddrinfo()
/bionic/libc/netbsd/
Dgethnamaddr.c200 case T_A: in getanswer()
230 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
274 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
385 case T_A: in getanswer()
450 if (res->nsort && haveanswer > 1 && qtype == T_A) in getanswer()
1265 type = T_A; in _dns_gethtbyname()