Home
last modified time | relevance | path

Searched refs:MCIS_OPEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmci.c423 if (mci->mci_state == MCIS_OPEN)
429 if (mci->mci_state != MCIS_OPEN)
564 return mci->mci_state == MCIS_OPEN;
H A Dusersmtp.c141 case MCIS_OPEN:
290 mci->mci_state = MCIS_OPEN;
2860 mci->mci_state = MCIS_OPEN;
3115 mci->mci_state = MCIS_OPEN;
H A Ddeliver.c2490 mci->mci_state = MCIS_OPEN;
3508 mci->mci_state = MCIS_OPEN;
4187 if (mci->mci_state != MCIS_OPEN)
4612 mci->mci_state = MCIS_OPEN;
H A Dsendmail.h963 #define MCIS_OPEN 2 /* open, initial protocol sent */ macro