Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c60 int rr_type = T_A; in main()
63 type = T_A; in main()
78 rr_type = T_A; in main()
84 rr_type = T_A; in main()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c520 qtype = T_A; in _nss_dns_gethost_withttl()
526 qtype = T_A; in _nss_dns_gethost_withttl()
532 qtype = T_A; in _nss_dns_gethost_withttl()
536 qtype = T_A; in _nss_dns_gethost_withttl()
590 qtype = T_A; in _nss_dns_gethost_withttl()
702 if ((type == T_A && n != INADDRSZ) || in _nss_dns_gethost_withttl()
707 af = (type == T_A ? AF_INET : AF_INET6); in _nss_dns_gethost_withttl()
747 qtype = T_A; in _nss_dns_gethost_withttl()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c880 initial = T_A;
897 qtype == T_A ? "A" :
952 qtype = T_A;
957 if (qtype == T_A && !gotmx &&
1049 case T_A:
1127 qtype = T_A;
1130 if (qtype == T_A && !gotmx && (trymx || **dp == '\0'))
H A Dsm_resolve.h113 # if !defined(T_A) && !defined(T_AAAA)
H A Dsm_resolve.c58 { "A", T_A },
H A Dmap.c1294 case T_A:
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c262 q->qtype = T_A; in ho_byname2()
585 q2->qtype = T_A; in ho_addrinfo()
592 q->qtype = T_A; in ho_addrinfo()
702 case T_A: in gethostans()
745 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in gethostans()
789 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in gethostans()
856 if (!(type == T_A || type == T_AAAA)) { in gethostans()
895 case T_A: in gethostans()
901 if (type == T_A && n != INADDRSZ) { in gethostans()
980 qtype == T_A) in gethostans()
H A Ddns_nw.c463 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET); in get1101mask()
499 if (n == INADDRSZ && class == C_IN && type == T_A && in get1101mask()
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h93 #define T_A 1 /* host address */ macro
/illumos-gate/usr/src/lib/libresolv/
H A Dres_debug.c238 case T_A:
409 case T_A:
H A Dres_gethost.c168 if (iquery || type != T_A) {
254 if ((n = res_search(name, C_IN, T_A, buf.buf, sizeof (buf))) < 0) {
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h212 #define T_A ns_t_a macro
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c206 case T_A: in res_nmkupdate()