Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Dlka.c219 ret = table_fetch(table, K_SOURCE, &lk); in lka_imsg()
269 ret = table_fetch(table, K_RELAYHOST, &lk); in lka_imsg()
H A Dtable.c183 table_fetch(struct table *table, enum table_service kind, union lookup *lk) in table_fetch() function
H A Dsmtpd.h1649 int table_fetch(struct table *, enum table_service, union lookup *);