Lines Matching defs:updateIntID
1315 rr->updateIntID = zeroOpaque64;
5620 // If the scopeid is too big to check for validity, we don't check against updateIntID. When
5621 // we successfully update on all the interfaces (with whatever set in "rr->updateIntID"), we clear
5627 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
5831 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY))
5833 bit_clr_opaque64(rr->updateIntID, scopeid);
5847 LogSPS("SendSPSRegistration put %s 0x%x 0x%x (updateid %d) %s", intf->ifname, rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(m->omsg.h.id), ARDisplayString(m, rr));
5955 // updateIntID bit field tells us on which interfaces we need to register this record. When we get an
5958 mDNSlocal void SPSInitRecordsBeforeUpdate(mDNS *const m, mDNSOpaque64 updateIntID, mDNSBool *WakeOnlyService)
5961 LogSPS("SPSInitRecordsBeforeUpdate: UpdateIntID 0x%x 0x%x", updateIntID.l[1], updateIntID.l[0]);
5973 ar->updateIntID = zeroOpaque64;
5990 LogSPS("Setting scopeid (ALL) 0x%x 0x%x for %s", updateIntID.l[1], updateIntID.l[0], ARDisplayString(m, ar));
5991 ar->updateIntID = updateIntID;
5998 if ((scopeid < (sizeof(updateIntID) * mDNSNBBY)) && bit_get_opaque64(updateIntID, scopeid))
6000 bit_set_opaque64(ar->updateIntID, scopeid);
6001 LogSPS("SPSInitRecordsBeforeUpdate: Setting scopeid(%d) 0x%x 0x%x for %s", scopeid, ar->updateIntID.l[1],
6002 ar->updateIntID.l[0], ARDisplayString(m, ar));
6054 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
6057 LogSPS("RetrySPSRegistrations: 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(rr->updateid), ARDisplayString(m, rr));
6251 mDNSOpaque64 updateIntID = zeroOpaque64;
6343 if (scopeid < (sizeof(updateIntID) * mDNSNBBY))
6344 bit_set_opaque64(updateIntID, scopeid);
6377 if (!mDNSOpaque64IsZero(&updateIntID))
6378 SPSInitRecordsBeforeUpdate(m, updateIntID, &WakeOnlyService);
6650 if (!mDNSOpaque64IsZero(&rr->updateIntID))
6651 { LogSPS("mDNSCoreReadyForSleep: waiting for SPS updateIntID 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(rr->updateid), ARDisplayString(m,rr)); goto spsnotready; }
6666 { LogSPS("mDNSCoreReadyForSleep: waiting for Record updateIntID 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(rr->updateid), ARDisplayString(m,rr)); goto notready; }
6693 if (!mDNSOpaque64IsZero(&rr->updateIntID))
6695 LogSPS("ReadyForSleep clearing updateIntID 0x%x 0x%x (updateid %d) for %s", rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(rr->updateid), ARDisplayString(m, rr));
6696 rr->updateIntID = zeroOpaque64;
10138 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY))
10139 bit_clr_opaque64(rr->updateIntID, scopeid);
10140 if (mDNSOpaque64IsZero(&rr->updateIntID))
10143 LogSPS("Sleep Proxy %s record %5d 0x%x 0x%x (%d) %s", rr->WakeUp.HMAC.l[0] ? "transferred" : "registered", updatelease, rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(rr->updateid), ARDisplayString(m,rr));