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

/freebsd-12-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c66 static ssize_t totpkts = 0, maxpkts = 0; variable
125 " %s [-dr] [-b maxbytes] [-p maxpkts] [-P pidfile] portnum dumpfile\n"
185 maxpkts = (ssize_t) atoi(optarg);
278 if (maxpkts) {
280 if (totpkts > maxpkts) {

Completed in 103 milliseconds