Searched refs:pcwidth (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) {
1146 pr_u64(&rule->pcnt, pcwidth);
1785 show_dyn_ipfw(ipfw_dyn_rule *d, int pcwidth, int bcwidth) argument
1798 if (pcwidth > 0 || bcwidth > 0) {
1800 pr_u64(&d->pcnt, pcwidth);
1995 int bcwidth, n, nbytes, nstat, ndyn, pcwidth, width; local
2052 bcwidth = pcwidth = 0;
2061 if (width > pcwidth)
2062 pcwidth
[all...]

Completed in 47 milliseconds