Lines Matching defs:mta_relay
718 struct mta_relay *relay;
797 struct mta_relay {
798 SPLAY_ENTRY(mta_relay) entry;
869 struct mta_relay *relay;
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 *);
1507 const char *mta_relay_to_text(struct mta_relay *);
1511 void mta_session(struct mta_relay *, struct mta_route *, const char *);