Home
last modified time | relevance | path

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

/bionic/libc/include/arpa/
Dnameser_compat.h148 #define T_AAAA ns_t_aaaa macro
/bionic/libc/dns/net/
Dgetaddrinfo.c1334 case T_AAAA: 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()
1433 case T_AAAA: in getanswer()
1444 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
1448 if (type == T_AAAA) { in getanswer()
1935 q.qtype = T_AAAA; in _dns_getaddrinfo()
1962 q.qtype = T_AAAA; in _dns_getaddrinfo()
Dgethnamaddr.c227 case T_AAAA: 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()
400 case T_AAAA: in getanswer()
411 if (type == T_AAAA) { in getanswer()
1189 type = T_AAAA; in _dns_gethtbyname()