Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipfw2.c64 int pcwidth; member
2414 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_static_rule()
2415 pr_u64(bp, &cntr->pcnt, fo->pcwidth); in show_static_rule()
2525 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_dyn_state()
2527 pr_u64(bp, &d->pcnt, fo->pcwidth); in show_dyn_state()
2799 if (width > fo->pcwidth) in prepare_format_dyn()
2800 fo->pcwidth = width; in prepare_format_dyn()
2852 int bcwidth, pcwidth, width; in prepare_format_opts() local
2858 pcwidth = 0; in prepare_format_opts()
2870 if (width > pcwidth) in prepare_format_opts()
[all …]