MCPcopy Create free account
hub / github.com/F-Stack/f-stack / list_dyn_range

Function list_dyn_range

tools/ipfw/ipfw2.c:2708–2715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2706}
2707
2708static int
2709list_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
2717void
2718ipfw_list(int ac, char *av[], int show_counters)

Callers 1

ipfw_show_configFunction · 0.85

Calls 1

foreach_stateFunction · 0.85

Tested by

no test coverage detected