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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c791 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 tell
[all...]
H A DuDNS.c1401 if (!rr->AutoTarget) // If not automatically tracking this host's current name, just return the existing target
1949 mDNSBool NowNeedNATMAP = (rr->AutoTarget == Target_AutoHostAndNATMAP && !mDNSIPPortIsZero(port) && mDNSv4AddrIsRFC1918(&m->AdvertisedV4.ip.v4) && rr->nta && !mDNSAddrIsRFC1918(&rr->nta->Addr));
2583 if ((rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoHostAndNATMAP) &&
3861 // and this service is AutoTarget
3865 newRR->AutoTarget == Target_AutoHostAndNATMAP)
H A DmDNSEmbeddedAPI.h1193 mDNSu8 AutoTarget; // Set if the target of this record (PTR, CNAME, SRV, etc.) is our host name member in struct:AuthRecord_struct
H A DDNSCommon.c1051 rr->AutoTarget = Target_Manual;

Completed in 1368 milliseconds