Searched refs:updateid (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c2651 rr->updateid = mDNS_NewMessageID(m);
2652 InitializeDNSMessage(&m->omsg.h, rr->updateid, UpdateReqFlags);
3033 rr->updateid = msgid;
3155 LogInfo("hndlRecordUpdateReply: err %d ID %d state %d %s(%p)", err, mDNSVal16(rr->updateid), rr->state, ARDisplayString(m, rr), rr);
3164 rr->updateid = zeroID; // Make sure that this is not considered as part of a group anymore
3178 // If the zone info tries to change during this time, updateid would be different and hence
3551 if (AuthRecord_uDNS(rptr) && mDNSSameOpaque16(rptr->updateid, msg->h.id))
3931 rr->updateid = mDNS_NewMessageID(m);
3932 InitializeDNSMessage(&m->omsg.h, rr->updateid, UpdateReqFlags);
4008 if (!mDNSOpaque16IsZero(rr->updateid))
[all...]
H A DmDNS.c924 rr->updateid = zeroID;
1170 rr->updateid = zeroID;
1488 rr->updateid = zeroID;
4859 if (rr->SendRNow || (!mDNSOpaque16IsZero(id) && !AuthRecord_uDNS(rr) && mDNSSameOpaque16(rr->updateid, id) && m->timenow - (rr->LastAPTime + rr->ThisAPInterval) >= 0))
4876 rr->updateid = m->omsg.h.id;
4970 if (!AuthRecord_uDNS(rr) && !mDNSOpaque16IsZero(rr->updateid) && m->timenow - (rr->LastAPTime + rr->ThisAPInterval) >= 0)
4975 SendSPSRegistration(m, intf, rr->updateid);
5209 // on wake we go through our record list and clear updateid back to zero
5210 for (rr = m->ResourceRecords; rr; rr=rr->next) rr->updateid = zeroID;
5302 if (!mDNSOpaque16IsZero(rr->updateid))
[all...]
H A DmDNSEmbeddedAPI.h1242 mDNSOpaque16 updateid; // Identifier to match update request and response -- also used when transferring records to Sleep Proxy member in struct:AuthRecord_struct
H A DDNSCommon.c1071 rr->updateid = zeroID;

Completed in 142 milliseconds