Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c70 typedef int (table_cb_t)(ipfw_xtable_info *i, void *arg); typedef
71 static int tables_foreach(table_cb_t *f, void *arg, int sort);
1707 tables_foreach(table_cb_t *f, void *arg, int sort) in tables_foreach()