Home
last modified time | relevance | path

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

/src/sbin/ipf/ipfstat/
H A Dipfstat.c113 U_QUAD_T st_bytes; member
1417 tp->st_bytes = ips.is_bytes[0]+ips.is_bytes[1]; in topipstates()
1420 tp->st_bytes = ips.is_bytes[2]+ips.is_bytes[3]; in topipstates()
1640 (unsigned long long) tp->st_bytes); in topipstates()
1642 printw(" %7lu %9lu", tp->st_pkts, tp->st_bytes); in topipstates()
1993 if (ap->st_bytes == bp->st_bytes) in sort_bytes()
1995 else if (ap->st_bytes < bp->st_bytes) in sort_bytes()