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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dratectrl.c231 CHash_T *chBest = NULL; local
314 chBest = ch;
326 chBest = ch;
331 if (chBest == NULL || ch->ch_LTime == 0 ||
332 ch->ch_LTime < chBest->ch_LTime)
333 chBest = ch;
339 if (coll && (now - chBest->ch_LTime < CollTime))
346 chBest->ch_colls++;
373 chBest->ch_Family = AF_INET;
374 chBest
[all...]

Completed in 92 milliseconds