Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c1713 int x, hostcount = CountLabels(&hi->fqdn); in GetServiceTarget() local
1714 for (x = hostcount < srvcount ? hostcount : srvcount; x > 0 && x > best; x--) in GetServiceTarget()
1715 …ame(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, hostcount - x))) in GetServiceTarget()