Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1315 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()
[all …]
H A DmDNSEmbeddedAPI.h1571 …mDNSOpaque64 updateIntID; // Interface IDs (one bit per interface index)to which updates have be… member