Searched refs:ScheduleNextCacheCheckTime (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSEmbeddedAPI.h | 3307 extern void ScheduleNextCacheCheckTime(mDNS *const m, const mDNSu32 slot, const mDNSs32 event);
|
H A D | mDNS.c | 2917 mDNSexport void ScheduleNextCacheCheckTime(mDNS *const m, const mDNSu32 slot, const mDNSs32 event) function 2943 ScheduleNextCacheCheckTime(m, HashSlot(rr->resrec.name), NextCacheCheckEvent(rr)); 4095 // It needs to schedule the timer for the next cache expiry (ScheduleNextCacheCheckTime), 9203 // to immediately to generate answer callbacks, or we call ScheduleNextCacheCheckTime() 9242 ScheduleNextCacheCheckTime(m, slot, rr->DelayDelivery); 9419 else ScheduleNextCacheCheckTime(m, slot, r1->DelayDelivery);
|
H A D | uDNS.c | 4960 ScheduleNextCacheCheckTime(m, slot, NonZeroTime(m->timenow));
|
Completed in 174 milliseconds