Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
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;
444 chBest != NULL ? chBest->ch_oc : -1
593 sm_io_fprintf(fp, SM_TIME_DEFAULT, "oc=%d", ch->ch_oc);
Dratectrl.h114 int ch_oc; /* open connections */ member