Home
last modified time | relevance | path

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

/bionic/libc/netbsd/net/
Dgetaddrinfo.c1071 case T_AAAA: in getanswer()
1097 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1132 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1152 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1167 case T_AAAA: in getanswer()
1178 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
1182 if (type == T_AAAA) { in getanswer()
1302 q.qtype = T_AAAA; in _dns_getaddrinfo()
1322 q.qtype = T_AAAA; in _dns_getaddrinfo()
/bionic/libc/private/
Darpa_nameser_compat.h208 #define T_AAAA ns_t_aaaa macro
/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()