mta_host
static struct mta_route *mta_route(struct mta_source *, struct mta_host *);
struct mta_host *host;
static struct mta_host *
struct mta_host key, *h;
mta_host_ref(struct mta_host *h)
mta_host_unref(struct mta_host *h)
mta_host_to_text(struct mta_host *h)
mta_host_cmp(const struct mta_host *a, const struct mta_host *b)
SPLAY_GENERATE(mta_host_tree, mta_host, entry, mta_host_cmp);
mta_route(struct mta_source *src, struct mta_host *dst)
mx->host = mta_host((struct sockaddr*)&ss);
SPLAY_HEAD(mta_host_tree, mta_host);
static struct mta_host *mta_host(const struct sockaddr *);
static void mta_host_ref(struct mta_host *);
static void mta_host_unref(struct mta_host *);
static int mta_host_cmp(const struct mta_host *, const struct mta_host *);
SPLAY_PROTOTYPE(mta_host_tree, mta_host, entry, mta_host_cmp);
struct mta_host *h;
const char *mta_host_to_text(struct mta_host *);
SPLAY_ENTRY(mta_host) entry;
struct mta_host *host;
struct mta_host *dst;