Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ping/
H A Dping.c158 #define F_SWEEP 0x200000 macro
357 options |= F_SWEEP; in ping()
371 options |= F_SWEEP; in ping()
388 options |= F_SWEEP; in ping()
657 if ((options & (F_PINGFILLED | F_SWEEP)) == 0) in ping()
821 if (options & F_SWEEP && !sweepmax) in ping()