Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Ddispatcher.c82 case IMSG_CTL_PAUSE_SMTP: in dispatcher_imsg()
H A Dcontrol.c579 case IMSG_CTL_PAUSE_SMTP: in control_dispatch_ext()
589 m_compose(p_dispatcher, IMSG_CTL_PAUSE_SMTP, 0, 0, -1, NULL, 0); in control_dispatch_ext()
H A Dsmtp.c91 case IMSG_CTL_PAUSE_SMTP: in smtp_imsg()
H A Dsmtpctl.c608 srv_send(IMSG_CTL_PAUSE_SMTP, NULL, 0); in do_pause_smtp()
H A Dsmtpd.h185 IMSG_CTL_PAUSE_SMTP, enumerator
H A Dsmtpd.c1954 CASE(IMSG_CTL_PAUSE_SMTP); in imsg_to_str()