Home
last modified time | relevance | path

Searched refs:mta_source_error (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/smtpd/
H A Dmta_session.c340 mta_source_error(s->relay, s->route, in mta_session_imsg()
544 mta_source_error(s->relay, s->route, io_error(s->io)); in mta_connect()
H A Dsmtpd.h1502 void mta_source_error(struct mta_relay *, struct mta_route *, const char *);
H A Dmta.c571 mta_source_error(struct mta_relay *relay, struct mta_route *route, const char *e) in mta_source_error() function