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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c209 (*p)->penaltyTime = 0;
267 q->qDNSServer->penaltyTime = NonZeroTime(m->timenow + DNSSERVER_PENALTY_TIME);
5174 if (d->penaltyTime)
5176 if (m->timenow - d->penaltyTime >= 0)
5179 d->penaltyTime = 0;
5182 if (m->NextuDNSEvent - d->penaltyTime > 0)
5183 m->NextuDNSEvent = d->penaltyTime;
H A DmDNS.c10543 if (server->penaltyTime != 0)
10545 ptime = server->penaltyTime - m->timenow;
10551 LogMsg("PenaltyTimeForServer: PenaltyTime negative %d, (server penaltyTime %d, timenow %d) resetting the penalty",
10552 ptime, server->penaltyTime, m->timenow);
10553 server->penaltyTime = 0;
10577 // the best based on some other factors e.g., penaltyTime
10818 &curr->addr, curr->domain.c, curr->penaltyTime, currPenaltyTime);
10877 mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifname ? ifname : "None",
10911 (curmatch->penaltyTime
[all...]
H A DmDNSEmbeddedAPI.h1372 mDNSs32 penaltyTime; // amount of time this server is penalized member in struct:DNSServer

Completed in 111 milliseconds