Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dcontrol.c569 if (env->sc_flags & SMTPD_MTA_PAUSED) { in control_dispatch_ext()
574 env->sc_flags |= SMTPD_MTA_PAUSED; in control_dispatch_ext()
619 if (!(env->sc_flags & SMTPD_MTA_PAUSED)) { in control_dispatch_ext()
624 env->sc_flags &= ~SMTPD_MTA_PAUSED; in control_dispatch_ext()
H A Dscheduler.c278 env->sc_flags |= SMTPD_MTA_PAUSED; in scheduler_imsg()
283 env->sc_flags &= ~SMTPD_MTA_PAUSED; in scheduler_imsg()
487 if (!(env->sc_flags & SMTPD_MTA_PAUSED)) in scheduler_timeout()
H A Dsmtpctl.c880 (sc_flags & SMTPD_MTA_PAUSED) ? "paused" : "running"); in do_show_status()
H A Dsmtpd.h559 #define SMTPD_MTA_PAUSED 0x00000004 macro
H A Dsmtpd.c574 flags |= SMTPD_MTA_PAUSED; in main()