Lines Matching refs:updateIntID

1315     rr->updateIntID       = zeroOpaque64;  in mDNS_Register_internal()
5627 …if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)… in mDNSUpdateOkToSend()
5831 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY)) in SendSPSRegistrationForOwner()
5833 bit_clr_opaque64(rr->updateIntID, scopeid); in SendSPSRegistrationForOwner()
5847 …tion put %s 0x%x 0x%x (updateid %d) %s", intf->ifname, rr->updateIntID.l[1], rr->updateIntID.l[0]… in SendSPSRegistrationForOwner()
5958 mDNSlocal void SPSInitRecordsBeforeUpdate(mDNS *const m, mDNSOpaque64 updateIntID, mDNSBool *WakeOn… in SPSInitRecordsBeforeUpdate() argument
5961 LogSPS("SPSInitRecordsBeforeUpdate: UpdateIntID 0x%x 0x%x", updateIntID.l[1], updateIntID.l[0]); in SPSInitRecordsBeforeUpdate()
5973 ar->updateIntID = zeroOpaque64; in SPSInitRecordsBeforeUpdate()
5990 …LogSPS("Setting scopeid (ALL) 0x%x 0x%x for %s", updateIntID.l[1], updateIntID.l[0], ARDisplayStri… in SPSInitRecordsBeforeUpdate()
5991 ar->updateIntID = updateIntID; in SPSInitRecordsBeforeUpdate()
5998 … if ((scopeid < (sizeof(updateIntID) * mDNSNBBY)) && bit_get_opaque64(updateIntID, scopeid)) in SPSInitRecordsBeforeUpdate()
6000 bit_set_opaque64(ar->updateIntID, scopeid); in SPSInitRecordsBeforeUpdate()
6001 …("SPSInitRecordsBeforeUpdate: Setting scopeid(%d) 0x%x 0x%x for %s", scopeid, ar->updateIntID.l[1], in SPSInitRecordsBeforeUpdate()
6002 ar->updateIntID.l[0], ARDisplayString(m, ar)); in SPSInitRecordsBeforeUpdate()
6054 …if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)… in RetrySPSRegistrations()
6057 …PS("RetrySPSRegistrations: 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0]… in RetrySPSRegistrations()
6251 mDNSOpaque64 updateIntID = zeroOpaque64; in BeginSleepProcessing() local
6343 if (scopeid < (sizeof(updateIntID) * mDNSNBBY)) in BeginSleepProcessing()
6344 bit_set_opaque64(updateIntID, scopeid); in BeginSleepProcessing()
6377 if (!mDNSOpaque64IsZero(&updateIntID)) in BeginSleepProcessing()
6378 SPSInitRecordsBeforeUpdate(m, updateIntID, &WakeOnlyService); in BeginSleepProcessing()
6650 if (!mDNSOpaque64IsZero(&rr->updateIntID)) in mDNSCoreReadyForSleep()
6651 …aiting for SPS updateIntID 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0]… in mDNSCoreReadyForSleep()
6666 …ing for Record updateIntID 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0]… in mDNSCoreReadyForSleep()
6693 if (!mDNSOpaque64IsZero(&rr->updateIntID)) in mDNSCoreReadyForSleep()
6695 …p clearing updateIntID 0x%x 0x%x (updateid %d) for %s", rr->updateIntID.l[1], rr->updateIntID.l[0]… in mDNSCoreReadyForSleep()
6696 rr->updateIntID = zeroOpaque64; in mDNSCoreReadyForSleep()
10138 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY)) in mDNSCoreReceiveUpdateR()
10139 bit_clr_opaque64(rr->updateIntID, scopeid); in mDNSCoreReceiveUpdateR()
10140 if (mDNSOpaque64IsZero(&rr->updateIntID)) in mDNSCoreReceiveUpdateR()
10143 ….HMAC.l[0] ? "transferred" : "registered", updatelease, rr->updateIntID.l[1], rr->updateIntID.l[0]… in mDNSCoreReceiveUpdateR()