Searched refs:T_AAAA (Results 1 – 14 of 14) sorted by relevance
119 # if !defined(T_A) && !defined(T_AAAA)160 #define FAM2T_(family) (((family) == AF_INET) ? T_A : T_AAAA)
1741 initial = T_AAAA;1756 qtype == T_AAAA ? "AAAA" :1812 if (qtype == T_AAAA)1911 case T_AAAA:1990 if (qtype == T_AAAA)
72 { "AAAA", T_AAAA },794 case T_AAAA:911 if (rr_type == T_AAAA)1474 case T_AAAA:
1568 case T_AAAA:1594 if (rr->rr_type == T_AAAA && value == NULL)
4759 if (rr_type == T_AAAA)
720 return SERVFAIL (a temporary failure) on T_AAAA (IPv6) lookups. If you
155 case T_AAAA: in gethostanswer()185 if (qtype == T_A || qtype == T_AAAA) { in gethostanswer()233 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in gethostanswer()348 case T_AAAA: in gethostanswer()445 case T_AAAA: in __dns_getanswer()500 type = T_AAAA; in _dns_gethostbyname()
2006 case T_AAAA: in getanswer()2032 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()2067 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()2087 if (!(type == T_A || type == T_AAAA)) { in getanswer()2105 case T_AAAA: in getanswer()2118 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()2123 if (type == T_AAAA) { in getanswer()2310 q2.qtype = T_AAAA; in _dns_getaddrinfo()2324 q.qtype = T_AAAA; in _dns_getaddrinfo()
151 #define T_AAAA 28 /* IP6 Address */ macro
506 { T_AAAA, "AAAA" }, /* RFC 3596 */798 case T_AAAA: in ns_rprint()
171 #define T_AAAA ns_t_aaaa macro
431 q->type = (af == AF_INET) ? T_A : T_AAAA; in yp_async_lookup_name()
864 * resolve.h: add fallback definition for T_AAAA
617 errors returned on T_AAAA (IPv6) lookups at delivery time.2858 errors returned on T_AAAA (IPv6) lookups at delivery time3206 will return SERVFAIL (a temporary failure) on T_AAAA (IPv6)