Searched refs:table_show_one (Results 1 – 1 of 1) sorted by relevance
65 static int table_show_one(ipfw_xtable_info *i, void *arg);299 table_show_one(&i, arg); in ipfw_table_handler()301 error = tables_foreach(table_show_one, arg, 1); in ipfw_table_handler()858 table_show_one(ipfw_xtable_info *i, void *arg) in table_show_one() function