Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ping/
H A Dping.c134 #define F_INTERVAL 0x0002 macro
402 options |= F_INTERVAL; in ping()
643 if (options & F_FLOOD && options & F_INTERVAL) in ping()
H A Dping6.c175 #define F_INTERVAL 0x0002 macro
481 options |= F_INTERVAL; in ping6()
766 if ((options & F_FLOOD) && (options & F_INTERVAL)) in ping6()