Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c7897 mDNSs32 bestPenaltyTime, currPenaltyTime; in GetBestServer() local
7914 currPenaltyTime = PenaltyTimeForServer(m, curr); in GetBestServer()
7917 &curr->addr, curr->domain.c, curr->penaltyTime, currPenaltyTime); in GetBestServer()
7956 if ((bettermatch == 1) || ((bettermatch == 0) && currPenaltyTime < bestPenaltyTime)) in GetBestServer()
7957 … currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime; } in GetBestServer()