Home
last modified time | relevance | path

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

/bionic/libc/include/arpa/
Dnameser_compat.h210 #define T_AAAA ns_t_aaaa macro
/bionic/libc/dns/net/
Dgetaddrinfo.c1332 case T_AAAA: 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()
1428 case T_AAAA: in getanswer()
1439 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
1443 if (type == T_AAAA) { in getanswer()
1925 q.qtype = T_AAAA; in _dns_getaddrinfo()
1952 q.qtype = T_AAAA; in _dns_getaddrinfo()
/bionic/libc/dns/
Dgethnamaddr.c206 case T_AAAA: 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()
391 case T_AAAA: in getanswer()
402 if (type == T_AAAA) { in getanswer()
1278 type = T_AAAA; in _dns_gethtbyname()