Searched refs:SMTPD_SMTP_DISABLED (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/smtpd/
H A Dsmtp.c258 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED))
270 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED))
351 env->sc_flags |= SMTPD_SMTP_DISABLED;
372 if (env->sc_flags & SMTPD_SMTP_DISABLED) {
375 env->sc_flags &= ~SMTPD_SMTP_DISABLED;
H A Dsmtpd.h564 #define SMTPD_SMTP_DISABLED 0x00000080 macro

Completed in 73 milliseconds