Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNS_TimeNow

4177 mDNSexport mDNSs32 mDNS_TimeNow(const mDNS *const m)
4183 LogMsg("mDNS_TimeNow called while holding mDNS lock. This is incorrect. Code protected by lock should just use m->timenow.");
4184 if (!m->timenow) LogMsg("mDNS_TimeNow: m->mDNS_busy is %ld but m->timenow not set", m->mDNS_busy);