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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2986 rr->updateid = mDNS_NewMessageID(m);
2987 InitializeDNSMessage(&m->omsg.h, rr->updateid, UpdateReqFlags);
3368 rr->updateid = msgid;
3489 LogInfo("hndlRecordUpdateReply: err %d ID %d state %d %s(%p)", err, mDNSVal16(rr->updateid), rr->state, ARDisplayString(m, rr), rr);
3498 rr->updateid = zeroID; // Make sure that this is not considered as part of a group anymore
3512 // If the zone info tries to change during this time, updateid would be different and hence
4060 if (AuthRecord_uDNS(rptr) && mDNSSameOpaque16(rptr->updateid, msg->h.id))
4453 rr->updateid = mDNS_NewMessageID(m);
4454 InitializeDNSMessage(&m->omsg.h, rr->updateid, UpdateReqFlags);
4568 if (!mDNSOpaque16IsZero(rr->updateid))
[all...]
H A DmDNS.c1042 rr->updateid = zeroID;
1357 rr->updateid = zeroID;
1711 rr->updateid = zeroID;
5687 // If it is not a uDNS record, check to see if the updateid is zero. "updateid" is cleared when we have
5690 if (AuthRecord_uDNS(rr) || (rr->AuthFlags & AuthFlagsWakeOnly) || mDNSOpaque16IsZero(rr->updateid) ||
5699 // updateid and we should have returned from above.
5879 // When we are registering on the first interface, rr->updateid is zero in which case
5882 if (mDNSOpaque16IsZero(rr->updateid))
5883 rr->updateid
[all...]
H A DmDNSEmbeddedAPI.h1568 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.c1439 rr->updateid = zeroID;

Completed in 130 milliseconds