Searched refs:SMFIC_EOH (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sendmail/include/libmilter/ |
H A D | mfdef.h | 57 #define SMFIC_EOH 'N' /* EOH */ macro
|
/freebsd/contrib/sendmail/src/ |
H A D | milter.c | 1884 (SMFIC_EOH == cmd || SMFIC_BODYEOB == cmd) && \ 1887 if (SMFIC_EOH == cmd) \ 2054 case SMFIC_EOH: 4429 milter_send_macros(m, macros, SMFIC_EOH, e); 4434 response = milter_send_command(m, SMFIC_EOH, NULL, 0,
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | engine.c | 207 , {SMFIC_EOH, CM_NULLOK, ST_EOHS, CT_CONT, CI_EOH, st_eoh } 1511 case SMFIC_EOH:
|