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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c7897 mDNSs32 bestPenaltyTime, currPenaltyTime; local
7914 currPenaltyTime = PenaltyTimeForServer(m, curr);
7917 &curr->addr, curr->domain.c, curr->penaltyTime, currPenaltyTime);
7922 // "currPenaltyTime < bestPenaltyTime" check lets us either pick the first best server
7956 if ((bettermatch == 1) || ((bettermatch == 0) && currPenaltyTime < bestPenaltyTime))
7957 { currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime; }

Completed in 86 milliseconds