Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipfw2.c63 int bcwidth; member
2418 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_static_rule()
2420 pr_u64(bp, &cntr->bcnt, fo->bcwidth); in show_static_rule()
2529 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_dyn_state()
2532 pr_u64(bp, &d->bcnt, fo->bcwidth); in show_dyn_state()
2807 if (width > fo->bcwidth) in prepare_format_dyn()
2808 fo->bcwidth = width; in prepare_format_dyn()
2856 int bcwidth, pcwidth, width; in prepare_format_opts() local
2861 bcwidth = 0; in prepare_format_opts()
2879 if (width > bcwidth) in prepare_format_opts()
[all …]