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.c1127 case T_AAAA: in getanswer()
1153 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1188 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1208 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1223 case T_AAAA: in getanswer()
1234 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
1238 if (type == T_AAAA) { in getanswer()
1716 q.qtype = T_AAAA; in _dns_getaddrinfo()
1743 q.qtype = T_AAAA; in _dns_getaddrinfo()
/bionic/libc/netbsd/
Dgethnamaddr.c195 case T_AAAA: in getanswer()
224 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
268 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
380 case T_AAAA: in getanswer()
391 if (type == T_AAAA) { in getanswer()
1077 type = T_AAAA; in _dns_gethtbyname()