Home
last modified time | relevance | path

Searched refs:MPLastUnansweredQT (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1681 …mDNSs32 MPLastUnansweredQT; // Multi-packet query handling: Last time we incremented MPUna… member
H A DDNSCommon.c1871 rr->MPLastUnansweredQT= 0; in GetLargeResourceRecord()
H A DmDNS.c5006 if (rr->MPUnansweredQ == 0 || m->timenow - rr->MPLastUnansweredQT >= mDNSPlatformOneSecond) in ProcessQuery()
5012 rr->MPLastUnansweredQT = m->timenow; in ProcessQuery()
5089 …if (ourcacherr && ourcacherr->MPExpectingKA && m->timenow - ourcacherr->MPLastUnansweredQT < mDNSP… in ProcessQuery()