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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4004 if (rr->DelayDelivery) return; // We'll come back later when CacheRecordDeferredAdd() calls us
4060 mDNSlocal void CacheRecordDeferredAdd(mDNS *const m, CacheRecord *rr) function
4064 LogMsg("CacheRecordDeferredAdd ERROR m->CurrentQuestion already set: %##s (%s)",
4419 // CacheRecordDeferredAdd calls. The in-order nature of the cache lists ensures that all
4466 if (rr->DelayDelivery) CacheRecordDeferredAdd(m, rr);
4617 // Also, CheckCacheExpiration() calls CacheRecordDeferredAdd() and CacheRecordRmv(), which invoke
4626 // We can't use the usual m->CurrentQuestion mechanism for this because CacheRecordDeferredAdd() and
8426 CacheRecordDeferredAdd(m, negcr);
8449 CacheRecordDeferredAdd(m, negcr);
9202 // Below, where we walk the CacheFlushRecords list, we either call CacheRecordDeferredAdd()
[all...]

Completed in 74 milliseconds