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

/external/mdnsresponder/mDNSCore/
H A DuDNS.c1430 int x, hostcount = CountLabels(&hi->fqdn); local
1431 for (x = hostcount < srvcount ? hostcount : srvcount; x > 0 && x > best; x--)
1432 if (SameDomainName(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, hostcount - x)))

Completed in 64 milliseconds