Home
last modified time | relevance | path

Searched refs:ch_oc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dratectrl.c412 if (chBest->ch_oc < conclimit)
413 pcv = &(chBest->ch_oc);
417 else if (conclimit < 0 && chBest->ch_oc > 0)
418 --chBest->ch_oc;
443 chBest != NULL ? chBest->ch_oc : -1
592 sm_io_fprintf(fp, SM_TIME_DEFAULT, "oc=%d", ch->ch_oc);
H A Dratectrl.h114 int ch_oc; /* open connections */ member