Searched refs:bestPenaltyTime (Results 1 – 1 of 1) sorted by relevance
7897 mDNSs32 bestPenaltyTime, currPenaltyTime; in GetBestServer() local7903 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()