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

/freebsd-13-stable/sbin/ping/
H A Dping.c134 #define F_INTERVAL 0x0002 macro
410 options |= F_INTERVAL;
651 if (options & F_FLOOD && options & F_INTERVAL)
H A Dping6.c175 #define F_INTERVAL 0x0002 macro
487 options |= F_INTERVAL;
772 if ((options & F_FLOOD) && (options & F_INTERVAL))

Completed in 65 milliseconds