Home
last modified time | relevance | path

Searched refs:T_AAAA (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsm_resolve.h119 # if !defined(T_A) && !defined(T_AAAA)
160 #define FAM2T_(family) (((family) == AF_INET) ? T_A : T_AAAA)
H A Ddomain.c1741 initial = T_AAAA;
1756 qtype == T_AAAA ? "AAAA" :
1812 if (qtype == T_AAAA)
1911 case T_AAAA:
1990 if (qtype == T_AAAA)
H A Dsm_resolve.c72 { "AAAA", T_AAAA },
794 case T_AAAA:
911 if (rr_type == T_AAAA)
1474 case T_AAAA:
H A Dmap.c1568 case T_AAAA:
1594 if (rr->rr_type == T_AAAA && value == NULL)
H A Dmain.c4759 if (rr_type == T_AAAA)
H A DREADME720 return SERVFAIL (a temporary failure) on T_AAAA (IPv6) lookups. If you
/freebsd/lib/libc/net/
H A Dgethostbydns.c155 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()
H A Dgetaddrinfo.c2006 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()
/freebsd/contrib/tcpdump/
H A Dnameser.h151 #define T_AAAA 28 /* IP6 Address */ macro
H A Dprint-domain.c506 { T_AAAA, "AAAA" }, /* RFC 3596 */
798 case T_AAAA: in ns_rprint()
/freebsd/include/arpa/
H A Dnameser_compat.h171 #define T_AAAA ns_t_aaaa macro
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c431 q->type = (af == AF_INET) ? T_A : T_AAAA; in yp_async_lookup_name()
/freebsd/crypto/heimdal/lib/roken/
H A DChangeLog864 * resolve.h: add fallback definition for T_AAAA
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES617 errors returned on T_AAAA (IPv6) lookups at delivery time.
2858 errors returned on T_AAAA (IPv6) lookups at delivery time
3206 will return SERVFAIL (a temporary failure) on T_AAAA (IPv6)