Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2989 if (ucast) q->ExpectUnicastResp = NonZeroTime(m->timenow); in BuildQuestion()
3345 q->ExpectUnicastResp = NonZeroTime(m->timenow); in SendQueries()
7803 …if (SrcLocal && q->ExpectUnicastResp && (mDNSu32)(m->timenow - q->ExpectUnicastResp) < (mDNSu32)(m… in ExpectingUnicastResponseForRecord()
10420 q->ExpectUnicastResp = question->ExpectUnicastResp; in UpdateQuestionDuplicates()
11436 question->ExpectUnicastResp = 0; in InitCommonState()
H A DmDNSEmbeddedAPI.h1905 …mDNSs32 ExpectUnicastResp; // Set when we send a query with the kDNSQClass_UnicastRes… member