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

/freebsd-10.0-release/sbin/ping/
H A Dping.c121 #define F_INTERVAL 0x0002 macro
358 options |= F_INTERVAL;
576 if (options & F_FLOOD && options & F_INTERVAL)
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c165 #define F_INTERVAL 0x0002 macro
470 options |= F_INTERVAL;
712 if ((options & F_FLOOD) && (options & F_INTERVAL))

Completed in 102 milliseconds