Lines Matching refs:mDNSs32

2308 #define TicksTTL(RR) ((mDNSs32)(RR)->resrec.rroriginalttl * mDNSPlatformOneSecond)
2510 if ((mDNSs32)rr->resrec.rroriginalttl <= 0) in mDNS_Register_internal()
3037 mDNSs32 maxExistingAnnounceInterval = 0; in SendResponses()
3388 if (RRExpireTime(rr) - m->timenow > (mDNSs32)((interval * 4) / 3)) in mDNS_Reconfirm_internal()
3395 rr->TimeRcvd = m->timenow - (mDNSs32)interval * 3; in mDNS_Reconfirm_internal()
3511 mDNSlocal void ExpireDupSuppressInfo(DupSuppressInfo ds[DupSuppressInfoSize], mDNSs32 time) in ExpireDupSuppressInfo()
3517 mDNSlocal void ExpireDupSuppressInfoOnInterface(DupSuppressInfo ds[DupSuppressInfoSize], mDNSs32 ti… in ExpireDupSuppressInfoOnInterface()
3538 …pressInfo(DupSuppressInfo ds[DupSuppressInfoSize], mDNSs32 Time, mDNSInterfaceID InterfaceID, mDNS… in RecordDupSuppressInfo()
3613 mDNSs32 maxExistingQuestionInterval = 0; in SendQueries()
3985 mDNSlocal mDNSs32 CheckForSoonToExpireRecords(mDNS *const m, const domainname *const name, const mD… in CheckForSoonToExpireRecords()
3987 …const mDNSs32 threshhold = m->timenow + mDNSPlatformOneSecond; // See if there are any records exp… in CheckForSoonToExpireRecords()
3988 const mDNSs32 start = m->timenow - 0x10000000; in CheckForSoonToExpireRecords()
3989 mDNSs32 delay = start; in CheckForSoonToExpireRecords()
4033 …q->LastQTime = m->timenow - InitialQuestionInterval + (mDNSs32)mDNSRandom((mDNSu32)mDNSPlatfo… in CacheRecordAdd()
4173 mDNSs32 event = RRExpireTime(rr); in CheckCacheExpiration()
4470 mDNSexport mDNSs32 mDNS_TimeNow(const mDNS *const m) in mDNS_TimeNow()
4472 mDNSs32 time; in mDNS_TimeNow()
4486 mDNSexport mDNSs32 mDNS_Execute(mDNS *const m) in mDNS_Execute()
4915 mDNSs32 delayresponse = 0; in ProcessQuery()
5203 mDNSs32 oldss = m->SuppressSending; in ProcessQuery()
5220 …m->SuppressSending = m->timenow + (delayresponse + (mDNSs32)mDNSRandom((mDNSu32)mDNSPlatformOneSec… in ProcessQuery()
5823 …if (!m->RandomQueryDelay) m->RandomQueryDelay = 1 + (mDNSs32)mDNSRandom((mDNSu32)InitialQuestionIn… in mDNS_StartQuery_internal()
6331 …if (!rr->UpdateBlocked) rr->UpdateBlocked = NonZeroTime(m->timenow + (mDNSs32)delay * mDNSPlatform… in mDNS_Update()
6613 mDNSs32 delay = flapping ? mDNSPlatformOneSecond * 5 : 0; in mDNS_RegisterInterface()
6620 …if (!m->SuppressSending) m->SuppressSending = m->timenow + (mDNSs32)mDNSRandom((mDNSu32)InitialQue… in mDNS_RegisterInterface()
6633mDNSs32 initial = (flapping && q->FlappingInterface != set->InterfaceID) ? InitialQuestionInterva… in mDNS_RegisterInterface()
6634mDNSs32 qdelay = (flapping && q->FlappingInterface != set->InterfaceID) ? mDNSPlatformOneSecond … in mDNS_RegisterInterface()
7198 mDNSs32 timenow; in mDNS_Init()
7225 m->timenow_adjust = (mDNSs32)mDNSRandom(0xFFFFFFFF); in mDNS_Init()