Home
last modified time | relevance | path

Searched refs:ExpectUnicastResp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1847 …mDNSs32 ExpectUnicastResp; // Set when we send a query with the kDNSQClass_UnicastRes… member
H A DmDNS.c3337 if (ucast) q->ExpectUnicastResp = NonZeroTime(m->timenow); in BuildQuestion()
8249 …if (SrcLocal && q->ExpectUnicastResp && (mDNSu32)(m->timenow - q->ExpectUnicastResp) < (mDNSu32)(m… in ExpectingUnicastResponseForRecord()
10786 q->ExpectUnicastResp = question->ExpectUnicastResp; in UpdateQuestionDuplicates()
11796 question->ExpectUnicastResp = 0; in InitCommonState()