Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dsmtp.c258 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED)) in smtp_pause()
270 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED)) in smtp_resume()
351 env->sc_flags |= SMTPD_SMTP_DISABLED; in smtp_accept()
372 if (env->sc_flags & SMTPD_SMTP_DISABLED) { in smtp_collect()
375 env->sc_flags &= ~SMTPD_SMTP_DISABLED; in smtp_collect()
Dsmtpd.h564 #define SMTPD_SMTP_DISABLED 0x00000080 macro