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

/haiku/src/bin/network/ping/
H A Dping.c189 static int sweepincr = 1; /* payload increment in sweep */ variable
374 sweepincr = (int)ltmp;
375 if (uid != 0 && sweepincr > DEFDATALEN) {
378 sweepincr, DEFDATALEN);
988 if (datalen + sweepincr > sweepmax)
990 for (i = 0; i < sweepincr; i++)
992 datalen += sweepincr;

Completed in 279 milliseconds