Searched defs:mta_route (Results 1 – 2 of 2) sorted by relevance
746 struct mta_route { struct748 uint64_t id;750 struct mta_host *dst;757 int flags;758 int nerror;759 int penalty;760 int refcount;761 size_t nconn;762 time_t lastconn;763 time_t lastdisc;[all …]
2427 mta_route(struct mta_source *src, struct mta_host *dst) in mta_route() function