Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libmilter/
H A Dengine.c122 #define ST_HELO 3 /* helo */ macro
152 #define NX_CONN (MI_MASK(ST_HELO) | MI_MASK(ST_MAIL) | MI_MASK(ST_UNKN))
153 #define NX_HELO (MI_MASK(ST_HELO) | MI_MASK(ST_MAIL) | MI_MASK(ST_UNKN))
166 #define NX_UNKN (MI_MASK(ST_HELO) | MI_MASK(ST_MAIL) | \
203 , {SMFIC_HELO, CM_BUF, ST_HELO, CT_CONT, CI_HELO, st_helo }
377 curstate = ST_HELO;
425 curstate = ST_HELO;
436 curstate = ST_HELO;
568 case ST_HELO:
1725 next_states[ST_HELO] |= NX_SKIP;