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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1358 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 bi
6041 SPSInitRecordsBeforeUpdate(mDNS *const m, mDNSOpaque64 updateIntID, mDNSBool *WakeOnlyService) argument
6355 mDNSOpaque64 updateIntID = zeroOpaque64; local
[all...]
H A DmDNSEmbeddedAPI.h1569 mDNSOpaque64 updateIntID; // Interface IDs (one bit per interface index)to which updates have been sent member in struct:AuthRecord_struct

Completed in 111 milliseconds