Searched refs:AppendSearchDomains (Results 1 - 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c514 x->qSRV.AppendSearchDomains = 0;
534 x->qTXT.AppendSearchDomains = 0;
664 x->q.AppendSearchDomains = 0;
H A Duds_daemon.c2332 request->u.resolve.qsrv.AppendSearchDomains = 0;
2351 request->u.resolve.qtxt.AppendSearchDomains = 0;
2417 if (!question->AppendSearchDomains)
2570 q2->AppendSearchDomains = 0;
2596 if (!question->SuppressQuery && question->SearchListIndex != -1 && question->AppendSearchDomains)
2628 LogInfo("%3d: RetryQuestionWithSearchDomains: Not appending search domains - SuppressQuery %d, SearchListIndex %d, AppendSearchDomains %d", req->sd, question->SuppressQuery, question->SearchListIndex, question->AppendSearchDomains);
2672 if (answer->RecordType == kDNSRecordTypePacketNegative && !q->AppendSearchDomains)
2674 LogInfo("queryrecord_result_callback: question %##s AppendSearchDomains zero", q->qname.c);
2680 // Note: When we copy the original question, we copy everything including the AppendSearchDomains,
[all...]
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c225 q->AppendSearchDomains = 0;
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1297 // queries (A and AAAA) that are unqualified (indicated by AppendSearchDomains), we want to append search
1299 #define ApplySearchDomainsFirst(q) ((q)->AppendSearchDomains && (CountLabels(&((q)->qname))) == 1)
1581 mDNSs8 AppendSearchDomains; // Search domains can be appended for this query member in struct:DNSQuestion_struct
H A DmDNS.c4685 // find results before we apply search domains even though AppendSearchDomains is set to 1)
4686 if (!SearchDomainsChanged || q->AppendSearchDomains)
4703 LogInfo("mDNSCoreRestartAddressQueries: Stop question %p %##s (%s), AppendSearchDomains %d, qnameOrig %p", q,
4704 q->qname.c, DNSTypeName(q->qtype), q->AppendSearchDomains, q->qnameOrig);
7081 if (qptr->AppendSearchDomains && !rr)
8756 question->AppendSearchDomains = 0;
8935 query->qSRV.AppendSearchDomains = 0;
8955 query->qTXT.AppendSearchDomains = 0;
8975 query->qAv4.AppendSearchDomains = 0;
8995 query->qAv6.AppendSearchDomains
[all...]
H A DuDNS.c1591 zd->question.AppendSearchDomains = 0;
2272 q->AppendSearchDomains = 0;
H A DDNSCommon.c1102 q->AppendSearchDomains = 0;

Completed in 149 milliseconds