Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dratectrl.c315 if (chBest == NULL || ch->ch_LTime == 0 ||
316 ch->ch_LTime < chBest->ch_LTime)
323 if (coll && (now - chBest->ch_LTime < CollTime))
372 chBest->ch_LTime = now;
590 (long) ch->ch_LTime, cnt);
H A Dratectrl.h108 time_t ch_LTime; member
/freebsd/usr.sbin/inetd/
H A Dinetd.c2184 time_t ch_LTime; member
2268 if (chBest == NULL || ch->ch_LTime == 0 || in cpmip()
2269 ch->ch_LTime < chBest->ch_LTime) { in cpmip()
2298 chBest->ch_LTime = t; in cpmip()