HomeSort by: relevance | last modified time | path
    Searched refs:updateIntID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1852 rr->updateIntID = zeroOpaque64;
7362 // If the scopeid is too big to check for validity, we don't check against updateIntID. When
7363 // we successfully update on all the interfaces (with whatever set in "rr->updateIntID"), we clear
7369 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
7583 if (scopeid < (sizeof(rr->updateIntID) * mDNSNBBY))
7585 bit_clr_opaque64(rr->updateIntID, scopeid);
7599 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));
7708 // updateIntID bit field tells us on which interfaces we need to register this record. When we get a
    [all...]
mDNSEmbeddedAPI.h 1525 mDNSOpaque64 updateIntID; // Interface IDs (one bit per interface index)to which updates have been sent

Completed in 31 milliseconds