Home
last modified time | relevance | path

Searched refs:Target_AutoHost (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1443 Target_AutoHost = 1, enumerator
H A DmDNS.c1136 …if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost) in DecrementAutoTargetServices()
1147 …if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost) in IncrementAutoTargetServices()
12546 …set->RR_PTR.AutoTarget = Target_AutoHost; // Tell mDNS that the target of this PTR is to be kept… in AdvertiseInterface()
13331 …else { sr->RR_SRV.AutoTarget = Target_AutoHost; sr->RR_SRV.resrec.rdata->u.srv.target.c[0] = '\0';… in mDNS_RegisterService()
13556 else rr->AutoTarget = Target_AutoHost; in mDNS_RegisterNoSuchService()