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

/freebsd-9.3-release/sbin/ping/
H A Dping.c121 #define F_INTERVAL 0x0002 macro
357 options |= F_INTERVAL;
575 if (options & F_FLOOD && options & F_INTERVAL)
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c165 #define F_INTERVAL 0x0002 macro
470 options |= F_INTERVAL;
710 if ((options & F_FLOOD) && (options & F_INTERVAL))

Completed in 55 milliseconds