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

/freebsd-13-stable/sbin/ping/
H A Dping.c199 static int sweepincr = 1; /* payload increment in sweep */ variable
390 sweepincr = (int)ltmp;
391 if (uid != 0 && sweepincr > DEFDATALEN) {
394 sweepincr, DEFDATALEN);
984 if (datalen + sweepincr > sweepmax)
986 for (i = 0; i < sweepincr; i++)
988 datalen += sweepincr;

Completed in 57 milliseconds