Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c361 if (mci->mci_state == MCIS_OPEN)
367 if (mci->mci_state != MCIS_OPEN)
501 return mci->mci_state == MCIS_OPEN;
H A Dusersmtp.c105 case MCIS_OPEN:
247 mci->mci_state = MCIS_OPEN;
2729 mci->mci_state = MCIS_OPEN;
2988 mci->mci_state = MCIS_OPEN;
H A Ddeliver.c1950 mci->mci_state = MCIS_OPEN;
2783 mci->mci_state = MCIS_OPEN;
3260 if (mci->mci_state != MCIS_OPEN)
3576 mci->mci_state = MCIS_OPEN;
H A Dsendmail.h738 #define MCIS_OPEN 2 /* open, initial protocol sent */ macro