Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ping/
H A Dping.c130 #define F_INTERVAL 0x0002 macro
385 options |= F_INTERVAL; in ping()
626 if (options & F_FLOOD && options & F_INTERVAL) in ping()
H A Dping6.c172 #define F_INTERVAL 0x0002 macro
467 options |= F_INTERVAL; in ping6()
753 if ((options & F_FLOOD) && (options & F_INTERVAL)) in ping6()