Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/net/
Dgethostbydns.c164 case T_AAAA: in gethostanswer()
194 if (qtype == T_A || qtype == T_AAAA) { in gethostanswer()
242 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in gethostanswer()
354 case T_AAAA: in gethostanswer()
451 case T_AAAA: in __dns_getanswer()
506 type = T_AAAA; in _dns_gethostbyname()
Dgetaddrinfo.c1986 case T_AAAA: in getanswer()
2012 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
2047 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
2067 if (!(type == T_A || type == T_AAAA)) { in getanswer()
2085 case T_AAAA: in getanswer()
2098 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
2103 if (type == T_AAAA) { in getanswer()
2290 q2.qtype = T_AAAA; in _dns_getaddrinfo()
2304 q.qtype = T_AAAA; in _dns_getaddrinfo()
/freebsd-9-stable/crypto/heimdal/lib/roken/
Dresolve.h140 #ifndef T_AAAA
141 #define T_AAAA 28 macro
/freebsd-9-stable/contrib/sendmail/src/
Ddomain.c864 initial = T_AAAA;
876 qtype == T_AAAA ? "AAAA" :
931 if (qtype == T_AAAA)
1028 case T_AAAA:
1107 if (qtype == T_AAAA)
Dsm_resolve.h113 # if !defined(T_A) && !defined(T_AAAA)
Dsm_resolve.c65 { "AAAA", T_AAAA },
Dmap.c1309 case T_AAAA:
1329 if (rr->rr_type == T_AAAA && value == NULL)
DREADME699 return SERVFAIL (a temporary failure) on T_AAAA (IPv6) lookups. If you
/freebsd-9-stable/include/arpa/
Dnameser_compat.h169 #define T_AAAA ns_t_aaaa macro
/freebsd-9-stable/contrib/tcpdump/
Dnameser.h166 #define T_AAAA 28 /* IP6 Address */ macro
Dprint-domain.c275 { T_AAAA, "AAAA" }, /* RFC 1886 */
488 case T_AAAA: in ns_rprint()
/freebsd-9-stable/usr.sbin/ypserv/
Dyp_dnslookup.c437 q->type = (af == AF_INET) ? T_A : T_AAAA; in yp_async_lookup_name()
/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dprincipal.c846 if (r->head && r->head->type == T_AAAA) { in krb5_425_conv_principal_ext2()
/freebsd-9-stable/contrib/sendmail/
DRELEASE_NOTES201 errors returned on T_AAAA (IPv6) lookups at delivery time.
2442 errors returned on T_AAAA (IPv6) lookups at delivery time
2790 will return SERVFAIL (a temporary failure) on T_AAAA (IPv6)