Lines Matching defs:relay

175 	struct mta_relay	*relay;  in mta_imsg()  local
571 mta_source_error(struct mta_relay *relay, struct mta_route *route, const char *e) in mta_source_error()
586 mta_route_error(struct mta_relay *relay, struct mta_route *route) in mta_route_error()
600 mta_route_ok(struct mta_relay *relay, struct mta_route *route) in mta_route_ok()
618 mta_route_down(struct mta_relay *relay, struct mta_route *route) in mta_route_down()
626 mta_route_collect(struct mta_relay *relay, struct mta_route *route) in mta_route_collect()
652 mta_route_next_task(struct mta_relay *relay, struct mta_route *route) in mta_route_next_task()
689 struct mta_relay *relay; in mta_handle_envelope() local
882 mta_delivery_log(struct mta_envelope *e, const char *source, const char *relay, in mta_delivery_log()
918 mta_query_mx(struct mta_relay *relay) in mta_query_mx()
944 mta_query_limits(struct mta_relay *relay) in mta_query_limits()
960 mta_query_secret(struct mta_relay *relay) in mta_query_secret()
1009 mta_query_preference(struct mta_relay *relay) in mta_query_preference()
1030 mta_query_source(struct mta_relay *relay) in mta_query_source()
1061 struct mta_relay *relay = arg; in mta_on_mx() local
1107 mta_on_secret(struct mta_relay *relay, const char *secret) in mta_on_secret()
1148 mta_on_preference(struct mta_relay *relay, int preference) in mta_on_preference()
1161 mta_on_source(struct mta_relay *relay, struct mta_source *source) in mta_on_source()
1374 struct mta_relay *relay = arg; in mta_on_timeout() local
1527 mta_flush(struct mta_relay *relay, int fail, const char *error) in mta_flush()
1782 const char *relay, const char *status) in mta_log()
1878 mta_relay_unref(struct mta_relay *relay) in mta_relay_unref()
1915 mta_relay_to_text(struct mta_relay *relay) in mta_relay_to_text()
2378 mta_connector(struct mta_relay *relay, struct mta_source *source) in mta_connector()