Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Dmta.c1659 mta_host_to_text(mx->host)); in mta_find_route()
1666 mta_host_to_text(mx->host)); in mta_find_route()
1673 mta_host_to_text(mx->host), in mta_find_route()
2219 mta_host_to_text(struct mta_host *h) in mta_host_to_text() function
2528 mta_host_to_text(r->dst)); in mta_route_to_text()
H A Dmta_session.c1056 mta_host_to_text(s->route->dst)); in mta_response()
1473 (void)snprintf(relay, sizeof relay, "%s", mta_host_to_text(s->route->dst)); in mta_flush_task()
H A Dsmtpd.h1506 const char *mta_host_to_text(struct mta_host *);