Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dgethostbydns.c157 case T_A: in gethostanswer()
188 if (qtype == T_A || qtype == T_AAAA) { in gethostanswer()
224 if (qtype == T_A && type == T_A) in gethostanswer()
236 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in gethostanswer()
347 case T_A: in gethostanswer()
408 if (statp->nsort && haveanswer > 1 && qtype == T_A) in gethostanswer()
449 case T_A: in __dns_getanswer()
497 type = T_A; in _dns_gethostbyname()
H A Dgetaddrinfo.c1733 case T_A: in getanswer()
1760 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1795 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1815 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1831 case T_A: in getanswer()
1841 if (type == T_A && n != INADDRSZ) { in getanswer()
1869 ai.ai_family = (type == T_A) ? AF_INET : AF_INET6; in getanswer()
1894 if (res->nsort && qtype == T_A) { in getanswer()
2016 q.qtype = T_A; in _dns_getaddrinfo()
2029 q.qtype = T_A; in _dns_getaddrinfo()
/dragonfly/contrib/tcpdump/
H A Dnameser.h124 #define T_A 1 /* host address */ macro
H A Dprint-domain.c481 { T_A, "A" }, /* RFC 1035 */
707 case T_A: in ns_rprint()
/dragonfly/include/arpa/
H A Dnameser_compat.h143 #define T_A ns_t_a macro
/dragonfly/usr.sbin/ypserv/
H A Dyp_dnslookup.c436 q->type = (af == AF_INET) ? T_A : T_AAAA; in yp_async_lookup_name()
/dragonfly/lib/libc/resolv/
H A Dres_mkupdate.c218 case T_A: in res_nmkupdate()