Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ipfwpcap/
H A Dipfwpcap.c63 static ssize_t totbytes = 0, maxbytes = 0; variable
284 totbytes += nr; in main()
285 if (totbytes > maxbytes) { in main()