Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.h399 void ipfw_list(int ac, char *av[], int show_counters);
418 void dummynet_list(int ac, char *av[], int show_counters);
H A Dipfw2.c73 int show_counters; member
2545 if (fo->show_counters == 0) in prepare_format_dyn()
2617 if (fo->show_counters != 0) { in prepare_format_opts()
2657 if ((fo->show_counters | fo->show_time) != 0) { in list_static_range()
2718 ipfw_list(int ac, char *av[], int show_counters) in ipfw_list() argument
2735 dummynet_list(ac, av, show_counters); in ipfw_list()
2762 sfo.show_counters = show_counters; in ipfw_list()
2768 if ((sfo.show_counters | sfo.show_time) != 0) in ipfw_list()
H A Ddummynet.c1915 dummynet_list(int ac, char *av[], int show_counters) in dummynet_list() argument
1923 (void)show_counters; // XXX unused, but we should use it. in dummynet_list()