Home
last modified time | relevance | path

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

/freebsd/sbin/ping/
H A Dping.c118 #define F_INTERVAL 0x0002 macro
373 options |= F_INTERVAL; in ping()
614 if (options & F_FLOOD && options & F_INTERVAL) in ping()
H A Dping6.c159 #define F_INTERVAL 0x0002 macro
454 options |= F_INTERVAL; in ping6()
740 if ((options & F_FLOOD) && (options & F_INTERVAL)) in ping6()