Home
last modified time | relevance | path

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

/bionic/libc/private/
Darpa_nameser_compat.h208 #define T_AAAA ns_t_aaaa macro
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1324 case T_AAAA: 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()
1420 case T_AAAA: in getanswer()
1431 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
1435 if (type == T_AAAA) { in getanswer()
1933 q.qtype = T_AAAA; in _dns_getaddrinfo()
1960 q.qtype = T_AAAA; in _dns_getaddrinfo()
/bionic/libc/netbsd/
Dgethnamaddr.c201 case T_AAAA: 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()
386 case T_AAAA: in getanswer()
397 if (type == T_AAAA) { in getanswer()
1268 type = T_AAAA; in _dns_gethtbyname()