Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c806 int qtype; local
885 qtype = initial;
889 if (qtype == initial)
897 qtype == T_A ? "A" :
952 qtype = T_A;
960 qtype = T_MX;
967 qtype = initial;
1126 if (qtype == T_AAAA)
1127 qtype = T_A;
1131 qtype = T_MX;
[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);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c262 q->qtype = T_A; in ho_byname2()
270 q->qtype = T_AAAA; in ho_byname2()
364 q->qtype = T_PTR; in ho_byaddr()
372 q->qtype = T_PTR; in ho_byaddr()
378 q2->qtype = T_PTR; in ho_byaddr()
579 q->qtype = T_AAAA; in ho_addrinfo()
585 q2->qtype = T_A; in ho_addrinfo()
592 q->qtype = T_A; in ho_addrinfo()
701 switch (qtype) { in gethostans()
745 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in gethostans()
[all …]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c71 mDNSu16 qtype; member
215 opParams.qtype = kDNSType_AAAA; in GetAddrInfoClientRequestStart()
224 opParams.qtype = kDNSType_A; in GetAddrInfoClientRequestStart()
346 opParams.qtype = inParams->qtype; in QueryRecordClientRequestStart()
422 return inRequest->op.q.qtype; in QueryRecordClientRequestGetType()
458 opParams.qtype = inQType; in QueryRecordOpStartForClientRequest()
566 q->qtype = inParams->qtype; in QueryRecordOpStart()
630 inOp->q2Type = q2->qtype; in QueryRecordOpStart()
637 q2->qtype = kDNSType_SOA; in QueryRecordOpStart()
717 q2->qtype = op->q2Type; in QueryRecordOpCallback()
[all …]
H A DClientRequests.h93 mDNSu16 qtype; member
H A Duds_daemon.c212 … (%s) (%s) Client(%d)[%s]", status ? "+Question" : "-Question", q->qname.c, DNSTypeName(q->qtype), in LogMcastQuestion()
3454 request->u.resolve.qsrv.qtype = kDNSType_SRV; in handle_resolve_request()
3474 request->u.resolve.qtxt.qtype = kDNSType_TXT; in handle_resolve_request()
3578 DM_NAME_PARAM(&question->qname), DNSTypeName(question->qtype), AddRecord ? "ADD" : "RMV", in queryrecord_result_reply()
3642 mDNSu16 qtype; member
3684 queryParams.qtype = params->qtype; in _handle_queryrecord_request_start()
3847 params.qtype = get_uint16(&request->msgptr, request->msgend); in handle_queryrecord_request()
5880 q->SuppressUnusable, q->Suppressed, DNSTypeName(q->qtype), q->qname.c, in udsserver_info_dump_to_fd()
5891 … q->CurrentAnswers, DNSTypeName(q->qtype), q->qname.c, q->DuplicateOf ? " (dup)" : ""); in udsserver_info_dump_to_fd()
6007 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in udsserver_info_dump_to_fd()
[all …]
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c404 int qtype; in _nss_dns_gethost_withttl() local
517 qtype = T_AAAA; in _nss_dns_gethost_withttl()
520 qtype = T_A; in _nss_dns_gethost_withttl()
524 qtype = T_AAAA; in _nss_dns_gethost_withttl()
526 qtype = T_A; in _nss_dns_gethost_withttl()
530 qtype = T_AAAA; 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()
697 if (type != qtype) { in _nss_dns_gethost_withttl()
[all …]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c275 if (q->qtype == kDNSType_PTR) in PenalizeDNSServer()
292 q->qtype, reason); in PenalizeDNSServer()
1169 …if (!mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->qtype == pktQ.qtype && q->qnamehash ==… in uDNS_recvLLQResponse()
1659 q->qname.c, DNSTypeName(q->qtype)); in startLLQHandshake()
1874 if (qtype == kDNSType_SRV) in GetZoneData_StartQuery()
1888 zd->question.qtype = qtype; in GetZoneData_StartQuery()
2544 q->qtype = kDNSType_PTR; in GetStaticHostname()
4565 q, q->qname.c, DNSTypeName(q->qtype), in uDNS_CheckCurrentQuestion()
5801 (q->qtype == mrr->rrtype || q->qtype == kDNSServiceType_ANY) in DNSPushProcessResponses()
5805 q->qname.c, DNSTypeName(q->qtype), q->state, in DNSPushProcessResponses()
[all …]
H A DmDNS.c4382 if (q->qtype != kDNSType_NSEC && RRAssertsNonexistence(&rr->resrec, q->qtype)) in AnswerCurrentQuestionWithResourceRecord()
5881 … if (q->qtype != kDNSType_A && q->qtype != kDNSType_AAAA && q->qtype != kDNSType_CNAME) continue; in mDNSCoreRestartAddressQueries()
6562 question->qtype = kDNSType_A; in NetWakeResolve()
6581 question->qtype = kDNSType_AAAA; in NetWakeResolve()
7830 if (q->qtype == pktq.qtype && in ProcessQuery()
8192 q->qtype == question->qtype && in ExpectingUnicastResponseForQuestion()
10741 if (q->qtype != question->qtype) continue; in FindDuplicateQuestion()
11366 if (q->qtype == kDNSType_A) in ShouldSuppressUnicastQuery()
11391 else if (q->qtype == kDNSType_AAAA) in ShouldSuppressUnicastQuery()
11866 DNSTypeName(question->qtype)); in InitCommonState()
[all …]
H A DDNSCommon.c1268 q->qtype = qtype; in mDNS_SetupQuestion()
1270 q->LongLived = (qtype == kDNSType_PTR); in mDNS_SetupQuestion()
1271 q->ExpectUnique = (qtype != kDNSType_PTR); in mDNS_SetupQuestion()
1554 if (checkType && !RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse); in SameNameRecordAnswersQuestion()
1662 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse); in LocalOnlyRecordAnswersQuestion()
1731 if (checkType && !RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse); in ResourceRecordAnswersUnicastResponse()
3274 question->qtype = (mDNSu16)((mDNSu16)ptr[0] << 8 | ptr[1]); // Get type in getQuestion()
3426 mDNSu16 qtype, qclass; in DNSMessageDumpToLog() local
3433 qtype = ReadField16(&ptr[0]); in DNSMessageDumpToLog()
3815 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in ShowTaskSchedulingError()
[all …]
H A DmDNSEmbeddedAPI.h1780 #define FollowCNAME(q, rr, AddRecord) (AddRecord && (q)->qtype != kDNSType_CNAME && \
1933 mDNSu16 qtype; member
2673 … const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context);
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c120 ns_type qtype, ns_class qclass) in ns_newmsg_q() argument
142 NS_PUT16(qtype, t); in ns_newmsg_q()
/illumos-gate/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);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c513 char qtype; in QVERIFY() local
524 qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV; in QVERIFY()
525 ASSERT(qp->qh_type == qtype); in QVERIFY()
535 ASSERT(ulwp->ul_qtype == qtype); in QVERIFY()
540 index = QUEUE_HASH(wchan, qtype); in QVERIFY()
558 queue_lock(void *wchan, int qtype) in queue_lock() argument
564 ASSERT(qtype == MX || qtype == CV); in queue_lock()
574 qp += QUEUE_HASH(wchan, qtype); in queue_lock()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c666 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, in do_query() argument
672 n = res_nmkquery(statp, ns_o_query, dname, class, qtype, in do_query()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c2605 sfxge_txq_type_t qtype; in sfxge_tx_init() local
2655 for (qtype = 0; qtype < SFXGE_TXQ_NTYPES; qtype++) { in sfxge_tx_init()
2656 unsigned int tx_scale = sp->s_tx_scale_max[qtype]; in sfxge_tx_init()
2663 sp->s_tx_scale_base[qtype] = txq; in sfxge_tx_init()
2666 if ((rc = sfxge_tx_qinit(sp, txq, qtype, evq)) != 0) { in sfxge_tx_init()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c904 arn_tx_get_qnum(struct arn_softc *sc, int qtype, int haltype) in arn_tx_get_qnum() argument
908 switch (qtype) { in arn_tx_get_qnum()
1542 arn_txq_setup(struct arn_softc *sc, int qtype, int subtype) in arn_txq_setup() argument
1570 if (qtype == ATH9K_TX_QUEUE_UAPSD) in arn_txq_setup()
1575 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);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h65 enum qtype { enum
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h689 ns_type qtype, ns_class qclass);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_entity.h825 u32 qtype; member
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c1478 mlxcx_fm_qstate_ereport(mlxcx_t *mlxp, const char *qtype, uint32_t qnum, in mlxcx_fm_qstate_ereport() argument
1495 "qtype", DATA_TYPE_STRING, qtype, in mlxcx_fm_qstate_ereport()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h664 enum t4_bar2_qtype qtype,
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c4957 cudbg_qdesc_qtype_to_str(enum cudbg_qdesc_qtype qtype) in cudbg_qdesc_qtype_to_str() argument
4959 switch (qtype) { in cudbg_qdesc_qtype_to_str()
5049 cudbg_qdesc_qtype_to_str(qdesc_entry->qtype), in view_qdesc()

12