Searched refs:ExpectUnicastResp (Results 1 – 2 of 2) sorted by relevance
2620 if (ucast) q->ExpectUnicastResp = NonZeroTime(m->timenow); in BuildQuestion()2911 q->ExpectUnicastResp = NonZeroTime(m->timenow); in SendQueries()6332 …if (SrcLocal && q->ExpectUnicastResp && (mDNSu32)(m->timenow - q->ExpectUnicastResp) < (mDNSu32)(m… in ExpectingUnicastResponseForRecord()7656 q->ExpectUnicastResp = question->ExpectUnicastResp; in UpdateQuestionDuplicates()8378 question->ExpectUnicastResp = 0; in mDNS_StartQuery_internal()
1525 …mDNSs32 ExpectUnicastResp;// Set when we send a query with the kDNSQClass_UnicastRes… member