HomeSort by: relevance | last modified time | path
    Searched refs:mDNS_Execute (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
PosixDaemon.c 167 mDNSs32 nextTimerEvent = mDNS_Execute(m);
mDNSPosix.c 2288 // 1. Call mDNS_Execute() to let mDNSCore do what it needs to do
2289 mDNSs32 nextevent = mDNS_Execute(m);
2540 // MainLoop has already called mDNS_Execute and udsserver_idle, so the timeout we
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 1036 // Note: Within an mDNSRecordCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1706 // Note: Within an mDNSServiceCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1881 // Note: Within an mDNSQuestionCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
2808 extern mDNSs32 mDNS_Execute (mDNS *const m);
mDNS.c 956 // AnswerAllLocalQuestionsWithLocalAuthRecord is used by the m->NewLocalRecords loop in mDNS_Execute(),
2374 // The solution is to defer delivering the "Remove" events until mDNS_Execute time, just like we do for sending
5659 // CacheRecordRmv is only called from CheckCacheExpiration, which is called from mDNS_Execute.
6548 // had its Sleep Proxy client list change, and defer to actual BPF reconfiguration to mDNS_Execute().
6554 // Called from mDNS_Execute() to expire stale proxy records
6713 mDNSexport mDNSs32 mDNS_Execute(mDNS *const m)
6724 verbosedebugf("mDNS_Execute");
6727 LogMsg("mDNS_Execute: ERROR m->CurrentQuestion already set: %##s (%s)",
6731 LogMsg("mDNS_Execute: ERROR m->CurrentRecord already set: %s", ARDisplayString(m, m->CurrentRecord));
6793 LogInfo("mDNS_Execute: Scheduled network changed processing to leave multicast group.")
    [all...]

Completed in 45 milliseconds