Searched refs:T_A (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 527 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 D | klookup.c | 60 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 D | domain.c | 882 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 D | sm_resolve.h | 115 # if !defined(T_A) && !defined(T_AAAA)
|
H A D | sm_resolve.c | 60 { "A", T_A },
|
H A D | map.c | 1294 case T_A:
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_ho.c | 266 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 D | dns_nw.c | 467 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 D | nameser.h | 95 #define T_A 1 /* host address */ macro
|
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_debug.c | 235 case T_A: 406 case T_A:
|
H A D | res_gethost.c | 165 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 D | nameser_compat.h | 214 #define T_A ns_t_a macro
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 210 case T_A: in res_nmkupdate()
|