Home
last modified time | relevance | path

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

/src/usr.sbin/ipfwpcap/
H A Dipfwpcap.c59 static ssize_t totbytes = 0, maxbytes = 0; variable
280 totbytes += nr; in main()
281 if (totbytes > maxbytes) { in main()