Searched refs:hostcount (Results 1 – 1 of 1) sorted by relevance
1430 int x, hostcount = CountLabels(&hi->fqdn); in GetServiceTarget() local1431 for (x = hostcount < srvcount ? hostcount : srvcount; x > 0 && x > best; x--) in GetServiceTarget()1432 …ame(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, hostcount - x))) in GetServiceTarget()