| 2706 | } |
| 2707 | |
| 2708 | static int |
| 2709 | list_dyn_range(struct cmdline_opts *co, struct format_opts *fo, |
| 2710 | struct buf_pr *bp, caddr_t base, size_t sz) |
| 2711 | { |
| 2712 | |
| 2713 | sz = foreach_state(co, fo, base, sz, list_dyn_state, bp); |
| 2714 | return (sz); |
| 2715 | } |
| 2716 | |
| 2717 | void |
| 2718 | ipfw_list(int ac, char *av[], int show_counters) |
no test coverage detected