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

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c1122 show_ipfw(struct ip_fw *rule, int pcwidth, int bcwidth) argument
1145 if (pcwidth > 0 || bcwidth > 0) {
1147 pr_u64(&rule->bcnt, bcwidth);
1785 show_dyn_ipfw(ipfw_dyn_rule *d, int pcwidth, int bcwidth) argument
1798 if (pcwidth > 0 || bcwidth > 0) {
1801 pr_u64(&d->bcnt, bcwidth);
1995 int bcwidth, n, nbytes, nstat, ndyn, pcwidth, width; local
2052 bcwidth = pcwidth = 0;
2066 if (width > bcwidth)
2067 bcwidth
[all...]

Completed in 67 milliseconds