Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c527 qtype = T_A; in _nss_dns_gethost_withttl()
533 qtype = T_A; in _nss_dns_gethost_withttl()
539 qtype = T_A; in _nss_dns_gethost_withttl()
543 qtype = T_A; in _nss_dns_gethost_withttl()
597 qtype = T_A; in _nss_dns_gethost_withttl()
709 if ((type == T_A && n != INADDRSZ) || in _nss_dns_gethost_withttl()
714 af = (type == T_A ? AF_INET : AF_INET6); in _nss_dns_gethost_withttl()
754 qtype = T_A; in _nss_dns_gethost_withttl()
/titanic_41/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c60 int rr_type = T_A; in main()
76 rr_type = T_A; in main()
82 rr_type = T_A; in main()
/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c882 initial = T_A;
899 qtype == T_A ? "A" :
954 qtype = T_A;
959 if (qtype == T_A && !gotmx &&
1051 case T_A:
1129 qtype = T_A;
1132 if (qtype == T_A && !gotmx && (trymx || **dp == '\0'))
H A Dsm_resolve.h115 # if !defined(T_A) && !defined(T_AAAA)
H A Dsm_resolve.c60 { "A", T_A },
H A Dmap.c1294 case T_A:
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c266 q->qtype = T_A; in ho_byname2()
589 q2->qtype = T_A; in ho_addrinfo()
596 q->qtype = T_A; in ho_addrinfo()
706 case T_A: 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()
899 case T_A: in gethostans()
905 if (type == T_A && n != INADDRSZ) { in gethostans()
984 qtype == T_A) in gethostans()
H A Ddns_nw.c467 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET); in get1101mask()
503 if (n == INADDRSZ && class == C_IN && type == T_A && in get1101mask()
/titanic_41/usr/src/lib/libresolv/arpa/
H A Dnameser.h95 #define T_A 1 /* host address */ macro
/titanic_41/usr/src/lib/libresolv/
H A Dres_debug.c235 case T_A:
406 case T_A:
H A Dres_gethost.c165 if (iquery || type != T_A) {
252 if ((n = res_search(name, C_IN, T_A, buf.buf, sizeof (buf))) < 0) {
/titanic_41/usr/src/head/arpa/
H A Dnameser_compat.h214 #define T_A ns_t_a macro
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c210 case T_A: in res_nmkupdate()