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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c933 mDNSlocal void SetTargetToHostName(mDNS *const m, AuthRecord *const rr) function
938 if (!target) LogInfo("SetTargetToHostName: Don't know how to set the target of rrtype %s", DNSTypeName(rr->resrec.rrtype));
948 debugf("SetTargetToHostName: Target of %##s is already %##s", rr->resrec.name->c, target->c);
961 // changing to the new rdata. However, in practice, we only do SetTargetToHostName for unique records,
1388 SetTargetToHostName(m, rr); // Also sets rdlength and rdestimate for us, and calls InitializeLastAPTime();
1390 // If we have no target record yet, SetTargetToHostName will set rr->state == regState_NoTarget
1440 // When we called SetTargetToHostName, it may have caused mDNS_Register_internal to be re-entered, appending new
12700 for (rr = m->ResourceRecords; rr; rr=rr->next) if (rr->AutoTarget) SetTargetToHostName(m, rr);
12701 for (rr = m->DuplicateRecords; rr; rr=rr->next) if (rr->AutoTarget) SetTargetToHostName(m, rr);

Completed in 148 milliseconds