Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/ipfw/
Dipfw2.c1124 show_ipfw(struct ip_fw *rule, int pcwidth, int bcwidth) in show_ipfw() argument
1147 if (pcwidth > 0 || bcwidth > 0) { in show_ipfw()
1149 pr_u64(&rule->bcnt, bcwidth); in show_ipfw()
1787 show_dyn_ipfw(ipfw_dyn_rule *d, int pcwidth, int bcwidth) in show_dyn_ipfw() argument
1800 if (pcwidth > 0 || bcwidth > 0) { in show_dyn_ipfw()
1803 pr_u64(&d->bcnt, bcwidth); in show_dyn_ipfw()
1997 int bcwidth, n, nbytes, nstat, ndyn, pcwidth, width; in ipfw_list() local
2054 bcwidth = pcwidth = 0; in ipfw_list()
2068 if (width > bcwidth) in ipfw_list()
2069 bcwidth = width; in ipfw_list()
[all …]