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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3350 // Also, any time we set rr->DelayDelivery we should call SetNextCacheCheckTime to ensure m->NextCacheCheck is set if necessary
3367 if (m->NextCacheCheck - (rr->NextRequiredQuery + CacheCheckGracePeriod(rr)) > 0)
3368 m->NextCacheCheck = (rr->NextRequiredQuery + CacheCheckGracePeriod(rr));
3371 if (m->NextCacheCheck - rr->DelayDelivery > 0)
3372 m->NextCacheCheck = rr->DelayDelivery;
4202 // which will correctly update m->NextCacheCheck for us.
4209 if (m->NextCacheCheck - (event + CacheCheckGracePeriod(rr)) > 0)
4210 m->NextCacheCheck = (event + CacheCheckGracePeriod(rr));
4504 if (m->rrcache_size && m->timenow - m->NextCacheCheck >= 0)
4507 m->NextCacheCheck
[all...]
H A DDNSCommon.c1887 // Note: We don't have to adjust m->NextCacheCheck here -- this is just getting a record into memory for
1888 // us to look at. If we decide to copy it into the cache, then we'll update m->NextCacheCheck accordingly.
2155 if (e - m->NextCacheCheck > 0) e = m->NextCacheCheck;
H A DmDNSEmbeddedAPI.h2144 mDNSs32 NextCacheCheck; // Next time to refresh cache record before it expires member in struct:mDNS_struct

Completed in 145 milliseconds