Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c274 q->qtype = T_AAAA; in ho_byname2()
583 q->qtype = T_AAAA; in ho_addrinfo()
603 q->qtype = T_AAAA; in ho_addrinfo()
707 case T_AAAA: in gethostans()
749 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in gethostans()
793 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in gethostans()
860 if (!(type == T_A || type == T_AAAA)) { in gethostans()
900 case T_AAAA: in gethostans()
909 if (type == T_AAAA && n != IN6ADDRSZ) { in gethostans()
916 ai.ai_family = (type == T_AAAA) ? AF_INET6 : AF_INET; in gethostans()
/titanic_41/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c524 qtype = T_AAAA; in _nss_dns_gethost_withttl()
531 qtype = T_AAAA; in _nss_dns_gethost_withttl()
537 qtype = T_AAAA; in _nss_dns_gethost_withttl()
710 (type == T_AAAA && n != IN6ADDRSZ)) { in _nss_dns_gethost_withttl()
751 if (qtype == T_AAAA && family == AF_INET6 && in _nss_dns_gethost_withttl()
/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c885 initial = T_AAAA;
897 qtype == T_AAAA ? "AAAA" :
952 if (qtype == T_AAAA)
1049 case T_AAAA:
1128 if (qtype == T_AAAA)
H A Dsm_resolve.h115 # if !defined(T_A) && !defined(T_AAAA)
H A Dsm_resolve.c63 { "AAAA", T_AAAA },
H A Dmap.c1300 case T_AAAA:
1320 if (rr->rr_type == T_AAAA && value == NULL)
/titanic_41/usr/src/head/arpa/
H A Dnameser_compat.h241 #define T_AAAA ns_t_aaaa macro