Home
last modified time | relevance | path

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

/dragonfly/sbin/ipfw3/
H A Dipfw3.c682 int bcwidth, nbytes, pcwidth, width; in rule_list() local
705 bcwidth = pcwidth = 0; in rule_list()
711 if (width > pcwidth) in rule_list()
712 pcwidth = width; in rule_list()
734 rule_show(rule, pcwidth, bcwidth); in rule_list()
745 rule_show(struct ipfw_ioc_rule *rule, int pcwidth, int bcwidth) in rule_show() argument
770 printf(" %*ju %*ju", pcwidth, (uintmax_t)rule->pcnt, in rule_show()
H A Dipfw3state.h40 void state_show(struct ipfw3_ioc_state *d, int pcwidth, int bcwidth);
H A Dipfw3.h167 void rule_show(struct ipfw_ioc_rule *rule, int pcwidth, int bcwidth);
/dragonfly/sbin/ipfw/
H A Dipfw2.c840 show_ipfw(struct ipfw_ioc_rule *rule, int pcwidth, int bcwidth) in show_ipfw() argument
1633 int bcwidth, n, nbytes, nstat, ndyn, pcwidth, width; in list() local
1679 bcwidth = pcwidth = 0; in list()
1685 if (width > pcwidth) in list()
1686 pcwidth = width; in list()
1697 if (width > pcwidth) in list()
1698 pcwidth = width; in list()
1709 show_ipfw(r, pcwidth, bcwidth); in list()
1714 show_dyn_ipfw(d, pcwidth, bcwidth); in list()
1734 show_ipfw(r, pcwidth, bcwidth); in list()
[all …]