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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c2987 if (ucast) q->ExpectUnicastResp = NonZeroTime(m->timenow);
3343 q->ExpectUnicastResp = NonZeroTime(m->timenow);
7773 if (SrcLocal && q->ExpectUnicastResp && (mDNSu32)(m->timenow - q->ExpectUnicastResp) < (mDNSu32)(mDNSPlatformOneSecond*2))
10388 q->ExpectUnicastResp = question->ExpectUnicastResp;
11403 question->ExpectUnicastResp = 0;
H A DmDNSEmbeddedAPI.h1898 mDNSs32 ExpectUnicastResp; // Set when we send a query with the kDNSQClass_UnicastResponse bit set member in struct:DNSQuestion_struct

Completed in 216 milliseconds