Searched refs:mDNS_Execute (Results 1 - 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DPosixDaemon.c158 mDNSs32 nextTimerEvent = mDNS_Execute(m);
H A DmDNSPosix.c1476 // 1. Call mDNS_Execute() to let mDNSCore do what it needs to do
1477 mDNSs32 nextevent = mDNS_Execute(m);
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h893 // Note: Within an mDNSRecordCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1390 // Note: Within an mDNSServiceCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1506 // Note: Within an mDNSQuestionCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1611 // Note: Within an mDNSServiceInfoQueryCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
2152 extern mDNSs32 mDNS_Execute (mDNS *const m);
H A DmDNS.c521 // AnswerAllLocalQuestionsWithLocalAuthRecord is used by the m->NewLocalRecords loop in mDNS_Execute(),
1467 // The solution is to defer delivering the "Remove" events until mDNS_Execute time, just like we do for sending
3406 // know how to handle it. So, we run this function from mDNS_Execute to handle DNSServer changes on the
3606 // CacheRecordRmv is only called from CheckCacheExpiration, which is called from mDNS_Execute.
4194 // had its Sleep Proxy client list change, and defer to actual BPF reconfiguration to mDNS_Execute().
4200 // Called from mDNS_Execute() to expire stale proxy records
4289 mDNSexport mDNSs32 mDNS_Execute(mDNS *const m) function
4300 verbosedebugf("mDNS_Execute");
4303 LogMsg("mDNS_Execute: ERROR m->CurrentQuestion already set: %##s (%s)",
4307 LogMsg("mDNS_Execute
[all...]
/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c1268 nextTimerEvent = udsserver_idle( mDNS_Execute( &gMDNSRecord ) - mDNS_TimeNow( &gMDNSRecord ) );
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3112 mDNSs32 mDNS_Execute (mDNS *const m) { ( void ) m; return 0; } function

Completed in 223 milliseconds