Searched refs:pr_u64 (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.h | 331 int pr_u64(struct buf_pr *bp, void *pd, int width);
|
| H A D | ipfw2.c | 520 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 D | dummynet.c | 464 pr_u64(bp, &ni->tot_pkts, 4); in list_flow() 465 pr_u64(bp, &ni->tot_bytes, 8); in list_flow()
|