Lines Matching refs:updateIntID

1358     rr->updateIntID       = zeroOpaque64;
5697 // If the scopeid is too big to check for validity, we don't check against updateIntID. When
5698 // we successfully update on all the interfaces (with whatever set in "rr->updateIntID"), we clear
5704 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
5914 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY))
5916 bit_clr_opaque64(rr->updateIntID, scopeid);
5930 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));
6038 // updateIntID bit field tells us on which interfaces we need to register this record. When we get an
6041 mDNSlocal void SPSInitRecordsBeforeUpdate(mDNS *const m, mDNSOpaque64 updateIntID, mDNSBool *WakeOnlyService)
6044 LogSPS("SPSInitRecordsBeforeUpdate: UpdateIntID 0x%x 0x%x", updateIntID.l[1], updateIntID.l[0]);
6056 ar->updateIntID = zeroOpaque64;
6073 LogSPS("Setting scopeid (ALL) 0x%x 0x%x for %s", updateIntID.l[1], updateIntID.l[0], ARDisplayString(m, ar));
6074 ar->updateIntID = updateIntID;
6081 if ((scopeid < (sizeof(updateIntID) * mDNSNBBY)) && bit_get_opaque64(updateIntID, scopeid))
6083 bit_set_opaque64(ar->updateIntID, scopeid);
6084 LogSPS("SPSInitRecordsBeforeUpdate: Setting scopeid(%d) 0x%x 0x%x for %s", scopeid, ar->updateIntID.l[1],
6085 ar->updateIntID.l[0], ARDisplayString(m, ar));
6137 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
6140 LogSPS("RetrySPSRegistrations: 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(rr->updateid), ARDisplayString(m, rr));
6355 mDNSOpaque64 updateIntID = zeroOpaque64;
6450 if (scopeid < (sizeof(updateIntID) * mDNSNBBY))
6451 bit_set_opaque64(updateIntID, scopeid);
6484 if (!mDNSOpaque64IsZero(&updateIntID))
6485 SPSInitRecordsBeforeUpdate(m, updateIntID, &WakeOnlyService);
6753 if (!mDNSOpaque64IsZero(&rr->updateIntID))
6754 { 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; }
6769 { 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; }
6796 if (!mDNSOpaque64IsZero(&rr->updateIntID))
6798 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));
6799 rr->updateIntID = zeroOpaque64;
10164 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY))
10165 bit_clr_opaque64(rr->updateIntID, scopeid);
10166 if (mDNSOpaque64IsZero(&rr->updateIntID))
10169 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));