Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dmta.c1037 if (relay->sourcetable == NULL) { in mta_query_source()
1049 m_add_string(p_lka, relay->sourcetable); in mta_query_source()
1812 key.sourcetable = dispatcher->u.remote.source; in mta_relay()
1854 if (key.sourcetable) in mta_relay()
1855 r->sourcetable = xstrdup(key.sourcetable); in mta_relay()
1907 free(relay->sourcetable); in mta_relay_unref()
1975 if (relay->sourcetable) { in mta_relay_to_text()
1978 (void)strlcat(buf, relay->sourcetable, sizeof buf); in mta_relay_to_text()
2128 if (a->sourcetable == NULL && b->sourcetable) in mta_relay_cmp()
2130 if (a->sourcetable && b->sourcetable == NULL) in mta_relay_cmp()
[all …]
H A Dsmtpd.h808 char *sourcetable; member