Searched refs:tables_foreach (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ipfw/ |
H A D | tables.c | 71 static int tables_foreach(table_cb_t *f, void *arg, int sort); 248 error = tables_foreach(table_destroy_one, &oh, 1); in ipfw_table_handler() 266 error = tables_foreach(table_flush_one, &oh, 1); in ipfw_table_handler() 289 error = tables_foreach(table_show_info, arg, 1); in ipfw_table_handler() 301 error = tables_foreach(table_show_one, arg, 1); in ipfw_table_handler() 1707 tables_foreach(table_cb_t *f, void *arg, int sort) in tables_foreach() function
|