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/
Dgethnamaddr.c196 case T_AAAA: in getanswer()
225 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
269 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
381 case T_AAAA: in getanswer()
392 if (type == T_AAAA) { in getanswer()
1078 type = T_AAAA; in _dns_gethtbyname()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1333 case T_AAAA: in getanswer()
1359 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1394 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1414 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1429 case T_AAAA: in getanswer()
1440 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
1444 if (type == T_AAAA) { in getanswer()
1940 q.qtype = T_AAAA; in _dns_getaddrinfo()
1967 q.qtype = T_AAAA; in _dns_getaddrinfo()