Lines Matching refs:ttlCheck
715 TtlCheckMode ttlCheck; in DetermineTtlCheckMode() local
719 ttlCheck = kLegacyUnicastTtl; in DetermineTtlCheckMode()
723 ttlCheck = aIsGoodBye ? kZeroTtl : kNonZeroTtl; in DetermineTtlCheckMode()
726 return ttlCheck; in DetermineTtlCheckMode()
778 TtlCheckMode ttlCheck; in Validate() local
782 ttlCheck = DetermineTtlCheckMode(mType, aIsGoodBye); in Validate()
791 cacheFlushSet, ttlCheck, aHost.mTtl)); in Validate()
807 TtlCheckMode ttlCheck; in Validate() local
811 ttlCheck = DetermineTtlCheckMode(mType, aIsGoodBye); in Validate()
821 … RecordsFor(aSection).ContainsSrv(serviceName, aService, cacheFlushSet, ttlCheck, aService.mTtl)); in Validate()
829 … RecordsFor(aSection).ContainsTxt(serviceName, aService, cacheFlushSet, ttlCheck, aService.mTtl)); in Validate()
836 … VerifyOrQuit(RecordsFor(aSection).ContainsPtr(serviceType, serviceName, ttlCheck, aService.mTtl)); in Validate()
854 TtlCheckMode ttlCheck; in Validate() local
861 ttlCheck = DetermineTtlCheckMode(mType, aIsGoodBye); in Validate()
864 ttlCheck, aKey.mTtl)); in Validate()