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

/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfstat.c150 U_QUAD_T st_bytes; member in struct:statetop
1439 tp->st_bytes = ips.is_bytes[0]+ips.is_bytes[1];
1442 tp->st_bytes = ips.is_bytes[2]+ips.is_bytes[3];
1662 (unsigned long long) tp->st_bytes);
1664 printw(" %7lu %9lu", tp->st_pkts, tp->st_bytes);
2028 if (ap->st_bytes == bp->st_bytes)
2030 else if (ap->st_bytes < bp->st_bytes)

Completed in 173 milliseconds