Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:penaltyTime

7755 	if (server->penaltyTime != 0)
7757 ptime = server->penaltyTime - m->timenow;
7763 LogMsg("PenaltyTimeForServer: PenaltyTime negative %d, (server penaltyTime %d, timenow %d) resetting the penalty",
7764 ptime, server->penaltyTime, m->timenow);
7765 server->penaltyTime = 0;
7789 // the best based on some other factors e.g., penaltyTime
7916 debugf("GetBestServer: Address %#a (Domain %##s), PenaltyTime(abs) %d, PenaltyTime(rel) %d",
7917 &curr->addr, curr->domain.c, curr->penaltyTime, currPenaltyTime);
7946 // Actually we just need PenaltyTime match, but for the sake of readability we just skip the expensive
7984 mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifname ? ifname : "None",
8014 mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifname ? ifname : "None",
11053 ptr->penaltyTime = 0;