Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:AutoTarget

791 	if (rr->AutoTarget)
797 if (!AuthInfo || !AuthInfo->AutoTunnel) rr->AutoTarget = Target_AutoHostAndNATMAP;
1132 if (rr->AutoTarget && target) target->c[0] = 0;
1151 if (!rr->AutoTarget) InitializeLastAPTime(m, rr);
1198 if (rr->AutoTarget)
9212 set->RR_PTR.AutoTarget = Target_AutoHost; // Tell mDNS that the target of this PTR is to be kept in sync with our host name
9284 // 3. Make sure that any AutoTarget SRV records (and the like) get updated
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);
9859 // Setting AutoTarget tells DNS that the target of this SRV is to be automatically kept in sync with our host name
9861 else { sr->RR_SRV.AutoTarget = Target_AutoHost; sr->RR_SRV.resrec.rdata->u.srv.target.c[0] = '\0'; }
9976 const domainname *host = sr->RR_SRV.AutoTarget ? mDNSNULL : &sr->RR_SRV.resrec.rdata->u.srv.target;
10100 else rr->AutoTarget = Target_AutoHost;