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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4851 // Records that are currently linked into the CacheFlushRecords list may not be recycled, or we'll crash
8089 LogInfo("IsResponseAcceptable: Found a matching entry for %##s in the CacheFlushRecords %s", rr->name->c, CRDisplayString(m, cr));
8730 // We use this non-zero marker so that records in our CacheFlushRecords list will always have NextInCFList
8732 CacheRecord *CacheFlushRecords = (CacheRecord*)1; local
8733 CacheRecord **cfp = &CacheFlushRecords;
8875 // not goto exit because we won't have any CacheFlushRecords and we do not want to
8903 if (!ptr) goto exit; // Break out of the loop and clean up our CacheFlushRecords list before exiting
9162 AcceptableResponse = IsResponseAcceptable(m, CacheFlushRecords, unicastQuestion, &nseclist);
9202 // Below, where we walk the CacheFlushRecords list, we either call CacheRecordDeferredAdd()
9262 while (CacheFlushRecords !
[all...]

Completed in 122 milliseconds