Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c61 int bcwidth; member
2323 pr_u64(bp, &cntr->bcnt, fo->bcwidth); in show_static_rule()
2427 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_dyn_state()
2430 pr_u64(bp, &d->bcnt, fo->bcwidth); in show_dyn_state()
2697 if (width > fo->bcwidth) in prepare_format_dyn()
2698 fo->bcwidth = width; in prepare_format_dyn()
2746 int bcwidth, pcwidth, width; in prepare_format_opts() local
2751 bcwidth = 0; in prepare_format_opts()
2769 if (width > bcwidth) in prepare_format_opts()
2770 bcwidth = width; in prepare_format_opts()
[all …]