Searched refs:IMSG_SETUP_DONE (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | smtpd.c | 875 if (imsg_compose(&p->imsgbuf, IMSG_SETUP_DONE, 0, 0, -1, NULL, 0) == -1) in setup_done() 883 if (imsg.hdr.type != IMSG_SETUP_DONE) in setup_done() 923 case IMSG_SETUP_DONE: in setup_proc() 932 if (imsg_compose(ibuf, IMSG_SETUP_DONE, 0, 0, -1, NULL, 0) == -1) in setup_proc() 1982 CASE(IMSG_SETUP_DONE); in imsg_to_str()
|
H A D | smtpd.h | 213 IMSG_SETUP_DONE, enumerator
|