Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c7897 mDNSs32 bestPenaltyTime, currPenaltyTime; in GetBestServer() local
7903 bestPenaltyTime = DNSSERVER_PENALTY_TIME + 1; in GetBestServer()
7956 if ((bettermatch == 1) || ((bettermatch == 0) && currPenaltyTime < bestPenaltyTime)) in GetBestServer()
7957 …{ currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime;… in GetBestServer()