Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c58 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()
865 table_show_one(ipfw_xtable_info *i, void *arg) in table_show_one() function