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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c629 // AnswerAllLocalQuestionsWithLocalAuthRecord is used by the m->NewLocalRecords loop in mDNS_Execute(),
1690 // The solution is to defer delivering the "Remove" events until mDNS_Execute time, just like we do for sending
4246 // CacheRecordRmv is only called from CheckCacheExpiration, which is called from mDNS_Execute.
4967 // had its Sleep Proxy client list change, and defer to actual BPF reconfiguration to mDNS_Execute().
4973 // Called from mDNS_Execute() to expire stale proxy records
5078 mDNSexport mDNSs32 mDNS_Execute(mDNS *const m) function
5093 verbosedebugf("mDNS_Execute");
5096 LogMsg("mDNS_Execute: ERROR m->CurrentQuestion already set: %##s (%s)",
5100 LogMsg("mDNS_Execute: ERROR m->CurrentRecord already set: %s", ARDisplayString(m, m->CurrentRecord));
5175 if (i >= 1000) LogMsg("mDNS_Execute
[all...]

Completed in 97 milliseconds