Searched refs:updateIntID (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c1326 rr->updateIntID = zeroOpaque64;
5597 // If the scopeid is too big to check for validity, we don't check against updateIntID. When
5598 // we successfully update on all the interfaces (with whatever set in "rr->updateIntID"), we clear
5604 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
5808 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY))
5810 bit_clr_opaque64(rr->updateIntID, scopeid);
5824 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));
5932 // updateIntID bi
5935 SPSInitRecordsBeforeUpdate(mDNS *const m, mDNSOpaque64 updateIntID, mDNSBool *WakeOnlyService) argument
6228 mDNSOpaque64 updateIntID = zeroOpaque64; local
[all...]
H A DmDNSEmbeddedAPI.h1564 mDNSOpaque64 updateIntID; // Interface IDs (one bit per interface index)to which updates have been sent member in struct:AuthRecord_struct

Completed in 200 milliseconds