Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c11147 mDNSs32 bestPenaltyTime, currPenaltyTime; in GetBestServer() local
11153 bestPenaltyTime = DNSSERVER_PENALTY_TIME + 1; in GetBestServer()
11201 if ((bettermatch == 1) || ((bettermatch == 0) && currPenaltyTime < bestPenaltyTime)) in GetBestServer()
11206 bestPenaltyTime = currPenaltyTime; in GetBestServer()