Home
last modified time | relevance | path

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

/freebsd/sbin/ping/
H A Dping.c179 static int sweepmax; /* max value of payload in sweep */ variable
322 sweepmax = (int)ltmp; in ping()
323 if (uid != 0 && sweepmax > DEFDATALEN) { in ping()
326 sweepmax, DEFDATALEN); in ping()
772 if (sweepmax) { in ping()
773 if (sweepmin > sweepmax) in ping()
777 if (sweepmax > maxpayload - TIMEVAL_LEN) in ping()
792 if (options & F_SWEEP && !sweepmax) in ping()
827 if (sweepmax) in ping()
829 sweepmin, sweepmax); in ping()
[all …]