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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c2869 request->u.resolve.qsrv.RetryWithSearchDomains = mDNSfalse;
2898 request->u.resolve.qtxt.RetryWithSearchDomains = mDNSfalse;
3189 q2->RetryWithSearchDomains = mDNSfalse;
3215 // RetryWithSearchDomains tells the core to call us back so that we can retry with search domains if there is no
3216 // answer in the cache or /etc/hosts. In the first call back from the core, we clear RetryWithSearchDomains so
3218 // RetryWithSearchDomains which may or may not be set.
3225 question->RetryWithSearchDomains = 0;
3484 // RetryWithSearchDomains except for qnameOrig which can be non-NULL if the original question is
3824 // search domains before trying them on the wire as a single label query. RetryWithSearchDomains
3827 q->RetryWithSearchDomains
[all...]
H A DmDNS.c4711 if (!QuerySuppressed(q) && !AnsweredFromCache && q->RetryWithSearchDomains)
5517 q->RetryWithSearchDomains = ApplySearchDomainsFirst(q) ? 1 : 0;
12073 question->RetryWithSearchDomains = mDNSfalse;
12271 query->qSRV.RetryWithSearchDomains = mDNSfalse;
12299 query->qTXT.RetryWithSearchDomains = mDNSfalse;
12327 query->qAv4.RetryWithSearchDomains = mDNSfalse;
12355 query->qAv6.RetryWithSearchDomains = mDNSfalse;
12418 question->RetryWithSearchDomains = mDNSfalse;
H A DuDNS.c1905 zd->question.RetryWithSearchDomains = mDNSfalse;
2595 q->RetryWithSearchDomains = mDNSfalse;
H A DmDNSEmbeddedAPI.h2000 mDNSu8 RetryWithSearchDomains; // Retry with search domains if there is no entry in the cache or AuthRecords member in struct:DNSQuestion_struct
H A DDNSCommon.c1474 q->RetryWithSearchDomains = mDNSfalse;

Completed in 219 milliseconds