Searched refs:SetTargetToHostName (Results 1 - 1 of 1) sorted by path

/external/mdnsresponder/mDNSCore/
H A DmDNS.c817 mDNSlocal void SetTargetToHostName(mDNS *const m, AuthRecord *const rr) function
822 if (!target) LogInfo("SetTargetToHostName: Don't know how to set the target of rrtype %s", DNSTypeName(rr->resrec.rrtype));
832 debugf("SetTargetToHostName: Target of %##s is already %##s", rr->resrec.name->c, target->c);
845 // changing to the new rdata. However, in practice, we only do SetTargetToHostName for unique records,
1200 SetTargetToHostName(m, rr); // Also sets rdlength and rdestimate for us, and calls InitializeLastAPTime();
1202 // If we have no target record yet, SetTargetToHostName will set rr->state == regState_NoTarget
1251 // When we called SetTargetToHostName, it may have caused mDNS_Register_internal to be re-entered, appending new
9285 for (rr = m->ResourceRecords; rr; rr=rr->next) if (rr->AutoTarget) SetTargetToHostName(m, rr);
9286 for (rr = m->DuplicateRecords; rr; rr=rr->next) if (rr->AutoTarget) SetTargetToHostName(m, rr);

Completed in 197 milliseconds