Searched defs:mDNS_TimeNow (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3113 mDNSs32 mDNS_TimeNow(const mDNS *const m) { ( void ) m; return 0; } function
/external/mdnsresponder/mDNSCore/
H A DmDNS.c4177 mDNSexport mDNSs32 mDNS_TimeNow(const mDNS *const m) function
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);

Completed in 69 milliseconds