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

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c515 x->qSRV.RetryWithSearchDomains = mDNSfalse;
535 x->qTXT.RetryWithSearchDomains = mDNSfalse;
665 x->q.RetryWithSearchDomains = mDNSfalse;
H A Duds_daemon.c2333 request->u.resolve.qsrv.RetryWithSearchDomains = mDNSfalse;
2352 request->u.resolve.qtxt.RetryWithSearchDomains = mDNSfalse;
2572 q2->RetryWithSearchDomains = mDNSfalse;
2588 // RetryWithSearchDomains tells the core to call us back so that we can retry with search domains if there is no
2589 // answer in the cache or /etc/hosts. In the first call back from the core, we clear RetryWithSearchDomains so
2591 // RetryWithSearchDomains which may or may not be set.
2598 question->RetryWithSearchDomains = 0;
2681 // RetryWithSearchDomains except for qnameOrig which can be non-NULL if the original question is
3029 // search domains before trying them on the wire as a single label query. RetryWithSearchDomains
3032 q->RetryWithSearchDomains
[all...]
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c226 q->RetryWithSearchDomains = mDNSfalse;
/external/mdnsresponder/mDNSCore/
H A DmDNS.c3938 if (!QuerySuppressed(q) && !AnsweredFromCache && q->RetryWithSearchDomains)
4714 q->RetryWithSearchDomains = ApplySearchDomainsFirst(q) ? 1 : 0;
8757 question->RetryWithSearchDomains = mDNSfalse;
8936 query->qSRV.RetryWithSearchDomains = mDNSfalse;
8956 query->qTXT.RetryWithSearchDomains = mDNSfalse;
8976 query->qAv4.RetryWithSearchDomains = mDNSfalse;
8996 query->qAv6.RetryWithSearchDomains = mDNSfalse;
9052 question->RetryWithSearchDomains = mDNSfalse;
H A DmDNSEmbeddedAPI.h1577 mDNSBool RetryWithSearchDomains; // Retry with search domains if there is no entry in the cache or AuthRecords member in struct:DNSQuestion_struct
H A DuDNS.c1592 zd->question.RetryWithSearchDomains = mDNSfalse;
2273 q->RetryWithSearchDomains = mDNSfalse;
H A DDNSCommon.c1103 q->RetryWithSearchDomains = mDNSfalse;

Completed in 187 milliseconds