Searched refs:mta_route (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | mta.c | 107 SPLAY_HEAD(mta_route_tree, mta_route); 108 static struct mta_route *mta_route(struct mta_source *, struct mta_host *); 112 static int mta_route_cmp(const struct mta_route *, const struct mta_route *); 178 struct mta_route *route; in mta_imsg() 1227 struct mta_route *route; in mta_connect() 1375 struct mta_route *route = arg; in mta_on_timeout() 1591 static struct mta_route * 1595 struct mta_route *route, *best; in mta_find_route() 2426 static struct mta_route * 2429 struct mta_route key, *r; in mta_route() [all …]
|
H A D | smtpd.h | 746 struct mta_route { struct 747 SPLAY_ENTRY(mta_route) entry; 1498 void mta_route_ok(struct mta_relay *, struct mta_route *); 1499 void mta_route_error(struct mta_relay *, struct mta_route *); 1500 void mta_route_down(struct mta_relay *, struct mta_route *); 1501 void mta_route_collect(struct mta_relay *, struct mta_route *); 1502 void mta_source_error(struct mta_relay *, struct mta_route *, const char *); 1505 struct mta_task *mta_route_next_task(struct mta_relay *, struct mta_route *); 1511 void mta_session(struct mta_relay *, struct mta_route *, const char *);
|
H A D | mta_session.c | 89 struct mta_route *route; 211 mta_session(struct mta_relay *relay, struct mta_route *route, const char *mxname) in mta_session() 372 struct mta_route *route; in mta_free()
|