Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbydns.c216 case T_A: in gethostanswer()
247 if (qtype == T_A || qtype == T_AAAA) { in gethostanswer()
284 if (qtype == T_A && type == T_A) in gethostanswer()
296 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in gethostanswer()
415 case T_A: in gethostanswer()
480 if (_res.nsort && haveanswer > 1 && qtype == T_A) in gethostanswer()
510 case T_A: in __dns_getanswer()
536 type = T_A; in _gethostbydnsname()
Dres_update.c182 } else if (qtype == T_A) { in res_update()
414 } else if (qtype == T_A) { in res_update()
467 if (type == T_A && dlen == INT32SZ && class == qclass) { in res_update()
487 qtype = T_A; in res_update()
Dgetaddrinfo.c1097 case T_A: in getanswer()
1124 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1159 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1179 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1197 case T_A: in getanswer()
1208 if (type == T_A && n != INADDRSZ) { in getanswer()
1234 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1340 q2.qtype = T_A; in _dns_getaddrinfo()
1347 q.qtype = T_A; in _dns_getaddrinfo()
Dres_mkupdate.c240 case T_A: in res_mkupdate()
Dres_debug.c393 {T_A, "A", "address"},
/device/linaro/bootloader/edk2/StdLib/Include/arpa/
Dnameser_compat.h181 #define T_A ns_t_a macro