Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/src/
H A Ddomain.c808 int qtype; local
887 qtype = initial;
891 if (qtype == initial)
897 qtype == T_AAAA ? "AAAA" :
899 qtype == T_A ? "A" :
900 qtype == T_MX ? "MX" :
903 ret = res_querydomain(host, *dp, C_IN, qtype,
952 if (qtype == T_AAAA)
954 qtype = T_A;
959 if (qtype == T_A && !gotmx &&
[all …]
H A Dmain.c2517 char qtype[200]; local
2527 qtype[0] = '\0';
2528 (void) sm_strlcpyn(qtype, sizeof(qtype), 4,
2533 sm_setproctitle(true, CurEnv, qtype);
/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c115 int qclass, qtype; /*%< class and type of query */ member
167 const char *qname, int qtype,
266 q->qtype = T_A; in ho_byname2()
274 q->qtype = T_AAAA; in ho_byname2()
307 if ((n = res_nsearch(pvt->res, name, p->qclass, p->qtype, in ho_byname2()
315 if ((hp = gethostans(this, p->answer, n, name, p->qtype, in ho_byname2()
368 q->qtype = T_PTR; in ho_byaddr()
376 q->qtype = T_PTR; in ho_byaddr()
382 q2->qtype = T_PTR; in ho_byaddr()
469 if ((n = res_nquery(pvt->res, p->qname, p->qclass, p->qtype, in ho_byaddr()
[all …]
/titanic_44/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c411 int qtype; in _nss_dns_gethost_withttl() local
524 qtype = T_AAAA; in _nss_dns_gethost_withttl()
527 qtype = T_A; in _nss_dns_gethost_withttl()
531 qtype = T_AAAA; in _nss_dns_gethost_withttl()
533 qtype = T_A; in _nss_dns_gethost_withttl()
537 qtype = T_AAAA; in _nss_dns_gethost_withttl()
539 qtype = T_A; in _nss_dns_gethost_withttl()
543 qtype = T_A; in _nss_dns_gethost_withttl()
547 ret = res_nsearch(statp, name, C_IN, qtype, resbuf.buf, NS_MAXMSG); in _nss_dns_gethost_withttl()
597 qtype = T_A; in _nss_dns_gethost_withttl()
[all …]
/titanic_44/usr/src/cmd/avs/dsstat/
H A Dsndr_stats.c410 char qtype[STAT_HDR_SIZE]; in sndr_report() local
413 (void) sprintf(qtype, DATA_C2, c); in sndr_report()
414 (void) strcat(data, qtype); in sndr_report()
725 char *qtype; in getQueue() local
729 qtype = kstat_value(ksp, RDC_IKSTAT_QUEUE_TYPE); in getQueue()
731 if (strcmp(qtype, "memory") == 0) in getQueue()
734 if (strcmp(qtype, "disk") == 0) in getQueue()
/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c124 ns_type qtype, ns_class qclass) in ns_newmsg_q() argument
146 NS_PUT16(qtype, t); in ns_newmsg_q()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3414 …mDNSu8 *newptr = putQuestion(query, *queryptr, limit, &q->qname, q->qtype, (mDNSu16)(q->qclass | u… in BuildQuestion()
3452 q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data); in BuildQuestion()
3643 qptr = putQuestion(&m->omsg, qptr, limit, &q->qname, q->qtype, q->qclass); in SendQueries()
3684 q->qname.c, DNSTypeName(q->qtype)); in SendQueries()
3784 …q->qname.c, DNSTypeName(q->qtype), queryptr - m->omsg.data, queryptr + answerforecast - m->omsg.da… in SendQueries()
3911 LogMsg("SendQueries: No active interface to send: %##s %s", q->qname.c, DNSTypeName(q->qtype)); in SendQueries()
4032 q->qname.c, DNSTypeName(q->qtype)); in CacheRecordAdd()
4048 q->qname.c, DNSTypeName(q->qtype), q->CurrentAnswers); in CacheRecordAdd()
4107 q, q->qname.c, DNSTypeName(q->qtype)); in CacheRecordRmv()
4117 q->qname.c, DNSTypeName(q->qtype)); in CacheRecordRmv()
[all …]
H A DuDNS.c936 { LogMsg("LinkActiveQuestion - %##s (%d) already in list!", q->qname.c, q->qtype); return; } in LinkActiveQuestion()
1802 q->qtype = kDNSType_PTR; in GetStaticHostname()
2137 question->qname.c, question->qtype); in deriveGoodbyes()
2168 cr->resrec.rrtype = question->qtype; in pktResponseHndlr()
2276 question->qname.c, question->qtype); in pktResponseHndlr()
2736 if (q.qtype != kDNSType_PTR || q.qclass != kDNSClass_IN) return(mDNSfalse); in uDNS_ReceiveTestQuestionResponse()
2875 …>data, msg->data + AbsoluteMaxDNSMessageData, &question->qname, question->qtype, question->qclass); in constructQueryMsg()
2893 …, ptr, msg->data + AbsoluteMaxDNSMessageData, &question->qname, question->qtype, question->qclass); in putLLQ()
3356 q->qtype == pktQ.qtype && in recvLLQResponse()
3472 …mpt to start query with invalid qname %##s (%s)", question->qname.c, DNSTypeName(question->qtype)); in startQuery()
[all …]
H A Duds_daemon.c1505 q->qtype = rrtype; in handle_query_request()
1517 …ation("%3d: DNSServiceQueryRecord(%##s, %s) START", rstate->sd, q->qname.c, DNSTypeName(q->qtype)); in handle_query_request()
1588 term->qsrv.qtype = kDNSType_SRV; in handle_resolve_request()
1599 term->qtxt.qtype = kDNSType_TXT; in handle_resolve_request()
1666 …rs->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "ADD" : "RMV", RRDisplayStrin… in resolve_result_callback()
1753 …d(%##s, %s) RESULT %s", req->sd, question->qname.c, DNSTypeName(question->qtype), RRDisplayString(… in question_result_callback()
1793 …ord(%##s, %s) STOP", ((request_state *)q->QuestionContext)->sd, q->qname.c, DNSTypeName(q->qtype)); in question_termination_callback()
2029 …req->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "Add" : "Rmv", RRDisplayStri… in FoundInstance()
H A DDNSCommon.c1194 …if (rr->rrtype != kDNSType_CNAME && rr->rrtype != q->qtype && q->qtype != kDNSQType_ANY ) retur… in ResourceRecordAnswersQuestion()
1997 question->qtype = (mDNSu16)((mDNSu16)ptr[0] << 8 | ptr[1]); // Get type in getQuestion()
H A DmDNSEmbeddedAPI.h1926 mDNSu16 qtype; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c33 enum qtype qtype);
986 enum qtype qtype) in oce_destroy_q() argument
993 switch (qtype) { in oce_destroy_q()
H A Doce_hw.c41 size_t req_size, enum qtype qtype);
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c511 char qtype; in QVERIFY() local
522 qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV; in QVERIFY()
523 ASSERT(qp->qh_type == qtype); in QVERIFY()
533 ASSERT(ulwp->ul_qtype == qtype); in QVERIFY()
538 index = QUEUE_HASH(wchan, qtype); in QVERIFY()
556 queue_lock(void *wchan, int qtype) in queue_lock() argument
562 ASSERT(qtype == MX || qtype == CV); in queue_lock()
572 qp += QUEUE_HASH(wchan, qtype); in queue_lock()
/titanic_44/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, in do_query() argument
676 n = res_nmkquery(statp, ns_o_query, dname, class, qtype, in do_query()
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_xmit.c905 arn_tx_get_qnum(struct arn_softc *sc, int qtype, int haltype) in arn_tx_get_qnum() argument
909 switch (qtype) { in arn_tx_get_qnum()
1586 arn_txq_setup(struct arn_softc *sc, int qtype, int subtype) in arn_txq_setup() argument
1614 if (qtype == ATH9K_TX_QUEUE_UAPSD) in arn_txq_setup()
1619 qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in arn_txq_setup()
H A Darn_core.h556 struct ath_txq *arn_txq_setup(struct arn_softc *sc, int qtype, int subtype);
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h65 enum qtype { enum
/titanic_44/usr/src/head/arpa/
H A Dnameser.h679 ns_type qtype, ns_class qclass);