Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dstab.c222 if (type >= ST_MCI)
429 if (s->s_symtype >= ST_MCI) in rmexpstab()
478 #define MAXSTTYPES (ST_MCI + 1)
H A Dmci.c383 s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
559 s = stab(host, ST_MCI + m->m_mno, ST_FIND);
H A Dsendmail.h1814 #define ST_MCI 19 /* mailer connection info (offset) */ macro