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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4852 if ((*rp)->CRActiveQuestion || (*rp)->NextInCFList)
8078 for (cr = crlist; cr != (CacheRecord*)1; cr = cr->NextInCFList)
8525 if (rr->NextInCFList == mDNSNULL && *cfp != &rr->NextInCFList && LLQType != uDNS_LLQ_Events)
8528 cflocal = &rr->NextInCFList;
8530 *cfp = &rr->NextInCFList;
8730 // We use this non-zero marker so that records in our CacheFlushRecords list will always have NextInCFList
9237 cfp = &rr->NextInCFList;
9267 CacheFlushRecords = CacheFlushRecords->NextInCFList;
9268 r1->NextInCFList
[all...]
H A DmDNSEmbeddedAPI.h1658 CacheRecord *NextInCFList; // Set if this is in the list of records we just received with the cache flush bit set member in struct:CacheRecord_struct
H A DDNSCommon.c3460 rr->NextInCFList = mDNSNULL;

Completed in 131 milliseconds