Home
last modified time | relevance | path

Searched refs:mta_host_cmp (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dmta.c82 static int mta_host_cmp(const struct mta_host *, const struct mta_host *);
83 SPLAY_PROTOTYPE(mta_host_tree, mta_host, entry, mta_host_cmp);
2233 mta_host_cmp(const struct mta_host *a, const struct mta_host *b) in mta_host_cmp() function
2242 SPLAY_GENERATE(mta_host_tree, mta_host, entry, mta_host_cmp);