Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dtables.c77 typedef int (table_cb_t)(ipfw_xtable_info *i, void *arg); typedef
78 static int tables_foreach(table_cb_t *f, void *arg, int sort);
1677 tables_foreach(table_cb_t *f, void *arg, int sort) in tables_foreach()