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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c907 if (rr->AutoTarget)
913 if (!AuthInfo || !AuthInfo->AutoTunnel) rr->AutoTarget = Target_AutoHostAndNATMAP;
1151 if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost)
1193 if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost)
1318 if (rr->AutoTarget && target) target->c[0] = 0;
1338 if (!rr->AutoTarget) InitializeLastAPTime(m, rr);
1386 if (rr->AutoTarget)
12601 set->RR_PTR.AutoTarget = Target_AutoHost; // Tell mDNS that the target of this PTR is to be kept in sync with our host name
12699 // 3. Make sure that any AutoTarget SRV records (and the like) get updated
12700 for (rr = m->ResourceRecords; rr; rr=rr->next) if (rr->AutoTarget) SetTargetToHostNam
[all...]
H A DuDNS.c1714 if (!rr->AutoTarget) // If not automatically tracking this host's current name, just return the existing target
2269 mDNSBool NowNeedNATMAP = (rr->AutoTarget == Target_AutoHostAndNATMAP && !mDNSIPPortIsZero(port) && mDNSv4AddrIsRFC1918(&m->AdvertisedV4.ip.v4) && rr->nta && !mDNSAddrIsRFC1918(&rr->nta->Addr));
2919 if ((rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoHostAndNATMAP) &&
4384 // and this service is AutoTarget
4388 newRR->AutoTarget == Target_AutoHostAndNATMAP)
H A DmDNSEmbeddedAPI.h1516 mDNSu8 AutoTarget; // Set if the target of this record (PTR, CNAME, SRV, etc.) is our host name member in struct:AuthRecord_struct
2478 mDNSu32 AutoTargetServices; // # of services that have AutoTarget set
H A DDNSCommon.c1418 rr->AutoTarget = Target_Manual;

Completed in 165 milliseconds