HomeSort by: relevance | last modified time | path
    Searched refs:AutoTarget (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1268 if (rr->AutoTarget)
1270 rr->AutoTarget = Target_AutoHostAndNATMAP;
1530 if (!AuthRecord_uDNS(rr) && (rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoHost))
1648 if (!AuthRecord_uDNS(rr) && (rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoHost))
1812 if (rr->AutoTarget && target) target->c[0] = 0;
1832 if (!rr->AutoTarget) InitializeLastAPTime(m, rr);
1879 if (rr->AutoTarget)
16371 ptrAR->AutoTarget = Target_AutoHost; // Tell mDNS that the target of this PTR is to be kept in sync with our host name
16493 // 3. Make sure that any AutoTarget SRV records (and the like) get updated
16494 for (rr = m->ResourceRecords; rr; rr=rr->next) if (rr->AutoTarget) UpdateTargetHostName(m, rr)
    [all...]
uDNS.c 1766 if (!rr->AutoTarget) // If not automatically tracking this host's current name, just return the existing target
2294 mDNSBool NowNeedNATMAP = (rr->AutoTarget == Target_AutoHostAndNATMAP && !mDNSIPPortIsZero(port) && mDNSv4AddrIsRFC1918(&m->AdvertisedV4.ip.v4) && rr->nta && !mDNSAddrIsRFC1918(&rr->nta->Addr));
2936 if ((rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoHostAndNATMAP) &&
4243 // and this service is AutoTarget
4247 newRR->AutoTarget == Target_AutoHostAndNATMAP)
mDNSEmbeddedAPI.h 1469 mDNSu8 AutoTarget; // Set if the target of this record (PTR, CNAME, SRV, etc.) is our host name
2565 mDNSu32 AutoTargetServices; // # of services that have AutoTarget set
DNSCommon.c 1788 rr->AutoTarget = Target_Manual;

Completed in 65 milliseconds