Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dsmtp.c94 env->sc_flags |= SMTPD_SMTP_PAUSED; in smtp_imsg()
99 env->sc_flags &= ~SMTPD_SMTP_PAUSED; in smtp_imsg()
243 if (!(env->sc_flags & SMTPD_SMTP_PAUSED)) in smtp_setup_events()
258 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()
288 if (env->sc_flags & SMTPD_SMTP_PAUSED) in smtp_enqueue()
315 if (env->sc_flags & SMTPD_SMTP_PAUSED) in smtp_accept()
Dcontrol.c439 if (env->sc_flags & SMTPD_SMTP_PAUSED) { in control_dispatch_ext()
584 if (env->sc_flags & SMTPD_SMTP_PAUSED) { in control_dispatch_ext()
589 env->sc_flags |= SMTPD_SMTP_PAUSED; in control_dispatch_ext()
634 if (!(env->sc_flags & SMTPD_SMTP_PAUSED)) { in control_dispatch_ext()
639 env->sc_flags &= ~SMTPD_SMTP_PAUSED; in control_dispatch_ext()
Dsmtpctl.c884 (sc_flags & SMTPD_SMTP_PAUSED) ? "paused" : "running"); in do_show_status()
Dsmtpd.h560 #define SMTPD_SMTP_PAUSED 0x00000008 macro
Dsmtpd.c572 flags |= SMTPD_SMTP_PAUSED; in main()