Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.h331 int pr_u64(struct buf_pr *bp, void *pd, int width);
H A Dipfw2.c520 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64() function
2187 pr_u64(bp, &cntr->pcnt, fo->pcwidth); in show_static_rule()
2188 pr_u64(bp, &cntr->bcnt, fo->bcwidth); in show_static_rule()
2293 pr_u64(bp, &d->pcnt, fo->pcwidth); in show_dyn_state()
2294 pr_u64(bp, &d->bcnt, fo->bcwidth); in show_dyn_state()
2556 width = pr_u64(NULL, &d->pcnt, 0); in prepare_format_dyn()
2560 width = pr_u64(NULL, &d->bcnt, 0); in prepare_format_dyn()
2627 width = pr_u64(NULL, &cntr->pcnt, 0); in prepare_format_opts()
2632 width = pr_u64(NULL, &cntr->bcnt, 0); in prepare_format_opts()
H A Ddummynet.c464 pr_u64(bp, &ni->tot_pkts, 4); in list_flow()
465 pr_u64(bp, &ni->tot_bytes, 8); in list_flow()