Searched defs:qtype (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c124 ns_type qtype, ns_class qclass)
146 NS_PUT16(qtype, t);
123 ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, ns_type qtype, ns_class qclass) argument
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c670 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, argument
676 n = res_nmkquery(statp, ns_o_query, dname, class, qtype,
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c787 int qtype; local
866 qtype = initial;
870 if (qtype == initial)
876 qtype == T_AAAA ? "AAAA" :
878 qtype == T_A ? "A" :
879 qtype == T_MX ? "MX" :
882 ret = res_querydomain(host, *dp, C_IN, qtype,
911 ** attempt with a different qtype may
931 if (qtype == T_AAAA)
933 qtype
[all...]
H A Dmain.c2520 char qtype[200]; local
2530 qtype[0] = '\0';
2531 (void) sm_strlcpyn(qtype, sizeof(qtype), 4,
2536 sm_setproctitle(true, CurEnv, qtype);
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c365 int qtype; local
414 qtype = T_AAAA;
416 qtype = T_A;
421 qtype = T_A;
426 * "qtype == T_AAAA", a subsequent query is made for T_A
430 ret = res_nsearch(statp, name, C_IN, qtype, resbuf.buf,
443 if (qtype == T_AAAA) {
444 qtype = T_A;
571 if (type != qtype) {
631 if (qtype
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c115 int qclass, qtype; /*%< class and type of query */ member in struct:dns_res_target
167 const char *qname, int qtype,
266 q->qtype = T_A;
274 q->qtype = T_AAAA;
307 if ((n = res_nsearch(pvt->res, name, p->qclass, p->qtype,
315 if ((hp = gethostans(this, p->answer, n, name, p->qtype,
368 q->qtype = T_PTR;
376 q->qtype = T_PTR;
382 q2->qtype = T_PTR;
469 if ((n = res_nquery(pvt->res, p->qname, p->qclass, p->qtype,
678 gethostans(struct irs_ho *this, const u_char *ansbuf, int anslen, const char *qname, int qtype, int af, int size, struct addrinfo **ret_aip, const struct addrinfo *pai) argument
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c510 char qtype; local
521 qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV;
522 ASSERT(qp->qh_type == qtype);
532 ASSERT(ulwp->ul_qtype == qtype);
537 index = QUEUE_HASH(wchan, qtype);
555 queue_lock(void *wchan, int qtype) argument
561 ASSERT(qtype == MX || qtype == CV);
571 qp += QUEUE_HASH(wchan, qtype);

Completed in 45 milliseconds