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

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.h215 int pr_u64(uint64_t *pd, int width);
H A Dipfw2.c380 pr_u64(uint64_t *pd, int width) function
1146 pr_u64(&rule->pcnt, pcwidth);
1147 pr_u64(&rule->bcnt, bcwidth);
1800 pr_u64(&d->pcnt, pcwidth);
1801 pr_u64(&d->bcnt, bcwidth);
2060 width = pr_u64(&r->pcnt, 0);
2065 width = pr_u64(&r->bcnt, 0);
2079 width = pr_u64(&d->pcnt, 0);
2083 width = pr_u64(&d->bcnt, 0);
H A Ddummynet.c215 pr_u64(&ni->tot_pkts, 4);
216 pr_u64(&ni->tot_bytes, 8);

Completed in 57 milliseconds