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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c10790 mDNSs32 bestPenaltyTime, currPenaltyTime; local
10796 bestPenaltyTime = DNSSERVER_PENALTY_TIME + 1;
10823 // "currPenaltyTime < bestPenaltyTime" check lets us either pick the first best server
10844 if ((bettermatch == 1) || ((bettermatch == 0) && currPenaltyTime < bestPenaltyTime))
10849 bestPenaltyTime = currPenaltyTime;

Completed in 1182 milliseconds