Home
last modified time | relevance | path

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

/bionic/libc/netbsd/net/
Dgetaddrinfo.c1070 case T_A: 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()
1166 case T_A: in getanswer()
1174 if (type == T_A && n != INADDRSZ) { in getanswer()
1200 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1308 q2.qtype = T_A; in _dns_getaddrinfo()
1315 q.qtype = T_A; in _dns_getaddrinfo()
/bionic/libc/private/
Darpa_nameser_compat.h181 #define T_A ns_t_a macro
/bionic/libc/netbsd/
Dgethnamaddr.c194 case T_A: 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()
379 case T_A: in getanswer()
444 if (res->nsort && haveanswer > 1 && qtype == T_A) in getanswer()
1074 type = T_A; in _dns_gethtbyname()