Home
last modified time | relevance | path

Searched refs:T_PTR (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c85 rr_type = T_PTR; in main()
175 } else if (type == T_PTR) { in main()
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c368 q->qtype = T_PTR; in ho_byaddr()
376 q->qtype = T_PTR; in ho_byaddr()
382 q2->qtype = T_PTR; in ho_byaddr()
477 hp = gethostans(this, p->answer, n, p->qname, T_PTR, af, size, in ho_byaddr()
711 case T_PTR: in gethostans()
828 if (qtype == T_PTR && type == T_CNAME) { in gethostans()
869 case T_PTR: in gethostans()
H A Ddns_nw.c253 anslen = res_nsearch(pvt->res, name, C_IN, T_PTR, ansbuf, MAXPACKET); in get1101byname()
285 anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf, MAXPACKET); in get1101byaddr()
390 if (class == C_IN && type == T_PTR) { in get1101answer()
/titanic_41/usr/src/lib/libresolv/arpa/
H A Dnameser.h106 #define T_PTR 12 /* domain name pointer */ macro
/titanic_41/usr/src/cmd/sendmail/src/
H A Dsm_resolve.c67 { "PTR", T_PTR },
261 case T_PTR:
H A Dmap.c1281 case T_PTR:
/titanic_41/usr/src/lib/libresolv/
H A Dres_debug.c266 case T_PTR:
424 case T_PTR: /* domain name pointer */
H A Dres_gethost.c155 if (iquery && type == T_PTR) {
284 n = res_query(qbuf, C_IN, T_PTR, (char *)&buf, sizeof (buf));
/titanic_41/usr/src/head/arpa/
H A Dnameser_compat.h225 #define T_PTR ns_t_ptr macro
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c224 case T_PTR: in res_nmkupdate()